import type { ComponentPropsWithoutRef } from 'react'; interface AvatarButtonProps extends Omit, 'title'> { avatar?: { src?: string | null; letterFallback?: string; square?: boolean; }; title?: React.ReactNode; subtext?: React.ReactNode; isLoading?: boolean; /** * If set, the button will be rendered as a full width element */ fullWidth?: boolean; } export declare const AvatarButton: import("react").ForwardRefExoticComponent>; export {}; //# sourceMappingURL=AvatarButton.d.ts.map