/// export declare const StyledCard: import("styled-components").StyledComponent<{ ({ accent, children, footer, title, shadow, size, renderToolbar, spacing, status, }: import("../card/card.interfaces").CardProps): JSX.Element; defaultTheme: ({ baseColors, colors, typography, support }: import("..").CommonTheme) => [string, { backgroundColor: string; borderWidth: string; borderStyle: string; borderColor: string; textColor: string; borderRadius: string; textFontFamily: string; textFontSize: string; textFontWeight: number; textLineHeight: string; marginBottom: string; dividerColor: string; dividerStyle: string; dividerWidth: string; size: { tiny: string; small: string; medium: string; large: string; giant: string; }; spacing: { none: string; small: string; normal: string; }; shadow: string; description: { fontWeight: string; size: string; }; header: { textColor: string; textFontFamily: string; textFontSize: string; textFontWeight: number; textLineHeight: string; status: { basic: { backgroundColor: string; textColor: string; }; primary: { backgroundColor: string; textColor: string; }; info: { backgroundColor: string; textColor: string; }; success: { backgroundColor: string; textColor: string; }; warning: { backgroundColor: string; textColor: string; }; danger: { backgroundColor: string; textColor: string; }; control: { backgroundColor: string; textColor: string; }; }; }; }]; }, import("styled-components").DefaultTheme, {}, never>; export declare const Navigation: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const DateMonthWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const PageableNavigation: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const Body: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; /** Grid of daynames shown above the days, like Mon, Tue, Wed etc */ export declare const DayNamesGrid: import("styled-components").StyledComponent<{ (props: import("../layout/grid/grid.interfaces").GridProps): JSX.Element; defaultTheme: () => [string, {}]; }, import("styled-components").DefaultTheme, {}, never>; /** A day rendered in DayNamesGrid */ export declare const StyledDayName: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { holiday?: boolean | undefined; }, never>; export declare const Picker: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const DayPicker: import("styled-components").StyledComponent<{ (props: import("../layout/grid/grid.interfaces").GridProps): JSX.Element; defaultTheme: () => [string, {}]; }, import("styled-components").DefaultTheme, {}, never>; export declare const CellContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; /** A day rendered in the calendar */ export declare const DayCell: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { size?: "large" | undefined; isSelected: boolean; isToday: boolean; isCurrentMonth: boolean; }, never>; export declare const MonthButton: import("styled-components").StyledComponent> & import("..").ThemedComponent, import("styled-components").DefaultTheme, {}, never>;