import { DatePickerProps } from './DatePicker.types'; export declare const getCalendarClassNames: (props: DatePickerProps) => string; export declare const getClassNames: (props: DatePickerProps) => string;