import { cssLayerComponent } from '../../styles/layers.css'; export declare const dateFieldStyle: string; export declare const timeFieldStyle: string; export declare const labelVariants: import("@vanilla-extract/recipes").RuntimeFn<{ invalid: { true: string; }; disabled: { true: { '@layer': { [cssLayerComponent]: { color: `var(--${string})`; }; }; }; }; }>; export declare const inputResetStyle: string; export declare const valueStyle: string; export declare const inputStyle: string; //# sourceMappingURL=DateTimeField.css.d.ts.map