import * as React from 'react'; import { PickersLayoutProps } from './PickersLayout.types'; import { DateOrTimeViewWithMeridiem } from '../internals/models'; declare const PickersLayoutRoot: import("@emotion/styled").StyledComponent & { ownerState: { isLandscape: boolean; }; }, Pick, HTMLDivElement>, keyof React.ClassAttributes | keyof React.HTMLAttributes>, {}>; export { PickersLayoutRoot }; export declare const PickersLayoutContentWrapper: import("@emotion/styled").StyledComponent, Pick, HTMLDivElement>, keyof React.ClassAttributes | keyof React.HTMLAttributes>, {}>; declare const PickersLayout: { (inProps: PickersLayoutProps): React.JSX.Element; propTypes: any; }; export { PickersLayout };