export default function AttachFile({ accept, maxSize, authorize, capture, ariaLabel }: { accept?: string; maxSize?: number; authorize?: boolean; capture?: string; ariaLabel?: string; }): any; //# sourceMappingURL=AttachFile.d.ts.map