/// import { Theme } from '../../../style'; export declare const prefixCls: string; export declare const tableCls: string; export declare const cellContentCls: string; export declare const cellContentSquareCls: string; export declare const cellContentPrevSpaceCls: string; export declare const cellContentNextSpaceCls: string; export declare const twoSideSingleCls: string; export declare const iconCls: string; export declare const calendarMixin: (props: { theme: Theme; customStyle?: { boxShadow?: boolean | undefined; } | undefined; }) => import("@emotion/utils").SerializedStyles; export declare const STwoSide: import("react").ForwardRefExoticComponent<{ customStyle?: { boxShadow: boolean; } | undefined; } & import("react").HTMLAttributes & { theme?: Theme | undefined; } & import("react").RefAttributes>; export declare const SCalendar: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const SMonthCalendar: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;