export declare const acceptTypeObj: { image: string; excel: string; word: string; pdf: string; pem: string; p12: string; }; export type TAcceptType = keyof typeof acceptTypeObj;