import * as React from 'react'; import { PickersSectionListProps } from './PickersSectionList.types'; export declare const PickersSectionListRoot: import("@emotion/styled").StyledComponent, Pick, HTMLDivElement>, keyof React.ClassAttributes | keyof React.HTMLAttributes>, {}>; export declare const PickersSectionListSection: import("@emotion/styled").StyledComponent, Pick, HTMLSpanElement>, keyof React.ClassAttributes | keyof React.HTMLAttributes>, {}>; export declare const PickersSectionListSectionSeparator: import("@emotion/styled").StyledComponent, Pick, HTMLSpanElement>, keyof React.ClassAttributes | keyof React.HTMLAttributes>, {}>; export declare const PickersSectionListSectionContent: import("@emotion/styled").StyledComponent, Pick, HTMLSpanElement>, keyof React.ClassAttributes | keyof React.HTMLAttributes>, {}>; type PickersSectionListComponent = ((props: PickersSectionListProps & React.RefAttributes) => React.JSX.Element) & { propTypes?: any; }; declare const PickersSectionList: PickersSectionListComponent; export { PickersSectionList };