/// <reference types="react" />
import { Theme } from 'src/style';
export declare const prefixCls: string;
export declare const tableCls: string;
export declare const calendarMixin: (props: {
    theme: Theme;
    customStyle?: {
        boxShadow?: boolean | undefined;
    } | undefined;
}) => import("@emotion/utils").SerializedStyles;
export declare const SCalendar: import("react").ForwardRefExoticComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<HTMLElement>>;
export declare const SMonthCalendar: import("react").ForwardRefExoticComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<HTMLElement>>;
