export declare const DateTimePicker: import("react").FunctionComponent & { size?: string; view?: string; readOnly?: boolean; disabled?: boolean; } & { dateFormat?: string; timeFormat?: string; dateTimeSeparator?: string; maskWithFormat?: boolean; isDouble?: boolean; dateOnTimeSelectOnly?: Date; dateShortcuts?: import("@salutejs/plasma-new-hope/types/components/DateTimePicker/DateTimePicker.types.js").DateShortcutItem[]; dateShortcutsWidth?: React.CSSProperties["width"]; dateShortcutsPlacement?: "right" | "left"; } & Omit & Omit & Pick & { onCommitDate?: (value: string, formattedValues: import("@salutejs/plasma-new-hope/types/components/DateTimePicker/DateTimePicker.types.js").FormattedValues) => void; onChangeValue?: (event: import("react").SyntheticEvent | null, value?: string, formattedValues?: Omit) => void; onSearch?: (event?: import("react").KeyboardEvent, value?: string) => void; } & Omit & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & Omit, "size" | "defaultValue" | "value"> & import("react").RefAttributes>;