export declare const convertCountdownTimer: { (time: number): { days: string | number; hours: string | number; minutes: string | number; seconds: string | number; distance: number; }; displayName: string; __docgenInfo: { description: string; displayName: string; props: { toString: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toFixed: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toExponential: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toPrecision: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; valueOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleString: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export declare const convertTimeSince: (time: number, i18n: any) => string;