export declare const defaultStyles: string[];
declare const _default: import("vue").DefineComponent<{
    [x: string]: any;
}, {
    styleProps: import("vue").ComputedRef<Pick<any, string>>;
    dataList: import("vue").Ref<{
        date: string;
        value: string;
    }[]>;
    checkItem: (date: string) => boolean;
    handleClick: () => void;
    getItemNumber: (date: string) => string | undefined;
    getMonthData: (date: any) => void;
    size: import("vue").ComputedRef<"scale(0.855)" | "scale(1)" | "scale(0.75)">;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    [x: string]: any;
}>>, {
    [x: string]: any;
}, {}>;
export default _default;
