import * as React from 'react'; import { PickersInputBaseProps } from "./PickersInputBase.types.js"; import { PickerTextFieldOwnerState } from "../../models/fields.js"; export declare const PickersInputBaseRoot: import("@emotion/styled").StyledComponent & { ownerState: PickerTextFieldOwnerState; }, Pick, HTMLDivElement>, keyof React.HTMLAttributes | keyof React.ClassAttributes>, {}>; export declare const PickersInputBaseSectionsContainer: import("@emotion/styled").StyledComponent & Pick, HTMLDivElement>, keyof React.HTMLAttributes | keyof React.ClassAttributes>, keyof React.HTMLAttributes | keyof React.ClassAttributes | keyof import("@mui/system").MUIStyledCommonProps> & import("@mui/system").MUIStyledCommonProps & { ownerState: PickerTextFieldOwnerState; }, {}, {}>; /** * @ignore - internal component. */ declare const PickersInputBase: React.ForwardRefExoticComponent & React.RefAttributes>; export { PickersInputBase };