import { type Control } from 'react-hook-form';
import type { CharacterFormSchemaV2 } from '@base/config/v2/schema';
type CharacterfileAvatarProps = {
    control: Control<CharacterFormSchemaV2>;
};
export declare const CharacterfileAvatarV2: React.FC<CharacterfileAvatarProps>;
export {};
