export declare const padZeroValuesInStart: (value: any, digits?: number) => string;
export declare const convertKwikUIDateToStringFormat: (event: any) => string;
export declare const convertNormalDateToStringFormat: (value: any) => string;
