import { ClassNames } from "react-day-picker"; type BotType = "mobile" | "fullscreen" | "tray" | "copilot"; export declare const getDayPickerStyles: (botType: BotType) => { DateSingleClasses: Partial; DateRangeClasses: Partial; }; export {}; //# sourceMappingURL=styles.d.ts.map