/// <reference types="react" />
import CalendarMonth from './CalendarMonth';
declare const _default: {
    title: string;
    component: typeof CalendarMonth;
    parameters: {
        docs: {
            description: {
                component: any;
            };
        };
    };
};
export default _default;
export declare const SelectedDay: {
    (): JSX.Element;
    storyName: string;
};
export declare const DisabledDays: {
    (): JSX.Element;
    storyName: string;
};
export declare const CustomDaypickerModifiers: {
    (): JSX.Element;
    storyName: string;
};
export declare const SelectDates: {
    (): JSX.Element;
    storyName: string;
};
export declare const SelectRange: {
    (): JSX.Element;
    storyName: string;
};
export declare const ShowCursor: {
    (): JSX.Element;
    storyName: string;
};
//# sourceMappingURL=CalendarMonth.stories.d.ts.map