import type { DateInputProps, DateInputStyle } from './props'; /** * --- * private: true * --- * Generates the style object from the theme and provided additional information * @param _componentTheme The theme variable object. * @param props the props of the component, the style is applied to * @return The final style object, which will be used in the component */ declare const generateStyle: (_componentTheme: null, props: DateInputProps) => DateInputStyle; export default generateStyle; //# sourceMappingURL=styles.d.ts.map