import type { CheckableAvatarProps } from './CheckableAvatar.types'; /** * `CheckableAvatar` is a checkbox component that looks like `Avatar`. * @example * * ```tsx * const [checked, setChecked] = useState(false) * // Controlled * * // Uncontrolled * * ``` */ export declare const CheckableAvatar: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=CheckableAvatar.d.ts.map