import React from 'react'; /** @public */ export type SortViewProps = { fullWidth?: boolean; fullHeight?: boolean; }; /** @public */ export declare const SortView: (props: SortViewProps) => React.JSX.Element;