/// import type { AvatarUploadProps } from '@toptal/picasso-avatar-upload'; import type { FieldProps } from '../Field'; import type { Props as FieldLabelProps } from '../FieldLabel'; declare type Props = AvatarUploadProps & FieldProps & FieldLabelProps; declare const AvatarUpload: { (props: Props): JSX.Element; displayName: string; }; export default AvatarUpload; //# sourceMappingURL=AvatarUpload.d.ts.map