export declare const FooterRoot: import("@emotion/styled").StyledComponent & import("../../types/slot").SlotCommonProps & import("./PickerViewFooter.types").PickerViewFooterSlotsAndSlotProps & { onClear?: () => void; onCancel?: () => void; onAccept?: () => void; disabled?: boolean; clearText?: string; cancelText?: string; okText?: string; fullScreen?: boolean; } & Omit, HTMLDivElement>, "ref"> & { ref?: React.Ref; }, "disabled" | keyof import("../../types/slot").SlotCommonProps | "onCancel" | "clearText" | "cancelText" | "okText" | "fullScreen" | keyof import("./PickerViewFooter.types").PickerViewFooterSlotsAndSlotProps | "onClear" | "onAccept">, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const LeftActions: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const RightActions: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLDivElement>, {}>;