import { FunctionComponent } from 'react';
import { WebAvatarCropperProps } from "../../types";
export declare const AvatarCropper: FunctionComponent<Partial<WebAvatarCropperProps>>;
