export declare function formatFn(instance: any, value: any): any;
export declare function getProps(): {
    mode: string;
    extra: string;
    onChange(): void;
    title: string;
};
export declare function getDefaultDate(props: any): any;
