declare type AcceptedFiles = string | string[]; export default function attrAccept(file?: File, acceptedFiles?: AcceptedFiles): boolean; export {};