import { Component } from 'react'; import { SortPopoverProps } from './SortPopover'; export declare type SortMenuProps = Pick; declare const initialState: { anchorEl: HTMLElement; }; export declare type SortMenuState = typeof initialState; declare class SortMenu extends Component { constructor(props: SortMenuProps); private handleClick; handleClose: () => void; render(): JSX.Element; } export default SortMenu; //# sourceMappingURL=SortMenu.d.ts.map