import * as React from 'react'; import type { PickersSectionListProps } from "./PickersSectionList.types.js"; export declare const PickersSectionListRoot: import("@emotion/styled").StyledComponent, Pick, HTMLDivElement>, keyof React.HTMLAttributes | keyof React.ClassAttributes>, {}>; 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; }; /** * Demos: * * - [Custom field](https://mui.com/x/react-date-pickers/custom-field/) * * API: * * - [PickersSectionList API](https://mui.com/x/api/date-pickers/pickers-section-list/) */ declare const PickersSectionList: PickersSectionListComponent; export { PickersSectionList };