import { CSProps } from '@workday/canvas-kit-styling';
export interface AvatarNameProps extends CSProps {
    /**
     * The alt text of the Avatar image. This prop is also used for the initials. The first letter of the first name and the first letter of the second name are chosen for the initials.
     */
    name: string;
    /**
     * If you want full control over the initials, use `preferredInitials` instead.
     */
    preferredInitials?: string;
}
export declare const avatarNameStencil: import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, {}, never>, {}, {}, never, never>;
export declare const AvatarName: import("@workday/canvas-kit-react/common").ElementComponent<"span", AvatarNameProps>;
//# sourceMappingURL=AvatarName.d.ts.map