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