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