import { AvatarProps, NormalizedAvatarProps } from './avatarTypes'; export declare const warnOnce: (key: string, message: string) => void; export declare const normalizeLegacyAvatarProps: (props: AvatarProps) => NormalizedAvatarProps;