/// <reference types="react" />
import { UpDate as UpDateComponent } from './UpDate';
declare const _default: {
    title: string;
    decorators: ((...args: any) => any)[];
    component: typeof UpDateComponent;
};
export default _default;
export declare const General: () => JSX.Element;
export declare const DateOnlyAfterToday: () => JSX.Element;
export declare const DateOnlyBeforeToday: () => JSX.Element;
export declare const DateInFullWidth: () => JSX.Element;
export declare const OnlySomeDate: () => JSX.Element;
export declare const MonthsAndYearsSelectable: () => JSX.Element;
export declare const IsRequired: () => JSX.Element;
export declare const IntegrationInForm: () => JSX.Element;
