export type AvatarCropperToolbarPosition = 'top' | 'bottom';
export type AvatarCropperSizeType = 'original' | 'compressed';
export type AvatarCropperSourceType = 'album' | 'camera';
export type AvatarCropperShape = 'square' | 'round';
