import { DateSet as DateSetComponent } from "lib";
declare const _default: {
    title: string;
    components: typeof DateSetComponent;
    args: {
        subtext: string;
        date: number;
    };
    argTypes: {
        date: {
            name: string;
            control: {
                type: string;
            };
        };
    };
};
export default _default;
export declare function DateSet(args: any): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DateSet.stories.d.ts.map