type AcceptedFiles = string | string[]; export declare function attrAccept(file?: File, acceptedFiles?: AcceptedFiles): boolean; export {}; //# sourceMappingURL=accept.d.ts.map