import React from 'react'; import { SearchPopperListItemProps, SearchPopperListOption } from './Item'; import { Styles } from './List.style'; export declare type SearchPopperListProps = Styles & { mainOptions?: SearchPopperListOption[]; extraOptions?: { title: string; options: (SearchPopperListOption & Required>)[]; }[]; options: SearchPopperListOption[]; clearOption?: SearchPopperListOption; mainOptionsHeader?: string; selectedOption?: SearchPopperListOption; onClickItem?: SearchPopperListItemProps['onClick']; onClearClick?: () => void; onMouseEnterItem?: SearchPopperListItemProps['onMouseEnter']; selectedOptionRef?: (instance: HTMLElement | null) => void; }; declare const _default: React.ComponentType, "children" | "selectedOption" | "options" | "clearOption" | "onClickItem" | "onClearClick" | "mainOptions" | "extraOptions" | "mainOptionsHeader" | "onMouseEnterItem" | "selectedOptionRef"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root" | "divider" | "contentSection" | "contentSectionTitle" | "extraOptionsTitle">>; export default _default; //# sourceMappingURL=List.d.ts.map