import { CommonTheme, ThemeFromFn } from '../../theming'; export declare const dateTimeInputTheme: (theme: CommonTheme) => [string, { background: string; }]; export declare type DateTimeInputTheme = ThemeFromFn;