import * as React from 'react'; import { FormControlState } from '@mui/material/FormControl'; import { PickersInputBaseProps } from './PickersInputBase.types'; export declare const PickersInputBaseRoot: import("@emotion/styled").StyledComponent & { ownerState: OwnerStateType; }, Pick, HTMLDivElement>, keyof React.ClassAttributes | keyof React.HTMLAttributes>, {}>; export declare const PickersInputBaseSectionsContainer: import("@emotion/styled").StyledComponent & Pick, HTMLDivElement>, keyof React.ClassAttributes | keyof React.HTMLAttributes>, keyof React.ClassAttributes | keyof React.HTMLAttributes | keyof import("@mui/system").MUIStyledCommonProps> & import("@mui/system").MUIStyledCommonProps & { ownerState: OwnerStateType; }, {}, {}>; interface OwnerStateType extends FormControlState, Omit { isRtl: boolean; } /** * @ignore - internal component. */ declare const PickersInputBase: React.ForwardRefExoticComponent & React.RefAttributes>; export { PickersInputBase };