import type { AvatarProps } from './Avatar.types'; export declare function useAvatarRadiusToken(): "42%"; export declare const AVATAR_WRAPPER_TEST_ID = "bezier-avatar-wrapper"; /** * `Avatar` is a component for representing some profile image. * @example * * ```tsx * * ``` */ export declare const Avatar: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=Avatar.d.ts.map