/// interface DayTileProps { day?: any; clicked?: boolean; isOnRange?: boolean; isFirst?: boolean; isLast?: boolean; isSelecting?: boolean; isThisMonth?: boolean; customColor: { hover: string; normal: string; }; } interface WeekdayProps { idx: number; } interface CalendarProps { show: boolean; leftDistance?: number; } interface HourMinuteItemProps { isSelected?: boolean; customColor: { hover: string; normal: string; }; } export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const Calendar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, CalendarProps>> & string; export declare const DaysDiv: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const DayTile: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLButtonElement>, DayTileProps>> & string; export declare const SelectDiv: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const WeekdayTile: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLButtonElement>, WeekdayProps>> & string; interface MonthHeaderProps { customColor: { hover: string; normal: string; }; } export declare const MonthHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, MonthHeaderProps>> & string; export declare const Arrow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, CalendarProps>> & string; interface InputContainerProps { customColor: { hover: string; normal: string; }; disabled?: boolean; } export declare const InputContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, InputContainerProps>> & string; export declare const HoursDiv: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const HoursMinutesColumn: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const HourMinuteItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, HourMinuteItemProps>> & string; export {};