import { IconProps } from "../icon"; export declare function initials(name: string): string; /** * Fallback avatar component. * This should be a generic svg used to represent an avatar */ export declare function DefaultAvatarIcon(props: IconProps): import("solid-js").JSX.Element; //# sourceMappingURL=avatar.utils.d.ts.map