import { DefineComponent, ExtractPropTypes, PropType, Component, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { AsTag } from '../../primitive'; import { AvatarVariantProps } from './avatar.themes'; export declare const Avatar: DefineComponent; default: string; }; name: { type: PropType; default: string; }; src: { type: PropType; default: string; }; size: { type: PropType< AvatarVariantProps["size"]>; default: string; }; color: { type: PropType< AvatarVariantProps["color"]>; default: string; }; radius: { type: PropType< AvatarVariantProps["radius"]>; default: string; }; isBordered: { type: PropType; default: boolean; }; isDisabled: { type: PropType; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ as: { type: PropType< AsTag | Component>; default: string; }; name: { type: PropType; default: string; }; src: { type: PropType; default: string; }; size: { type: PropType< AvatarVariantProps["size"]>; default: string; }; color: { type: PropType< AvatarVariantProps["color"]>; default: string; }; radius: { type: PropType< AvatarVariantProps["radius"]>; default: string; }; isBordered: { type: PropType; default: boolean; }; isDisabled: { type: PropType; default: boolean; }; }>> & Readonly<{}>, { color: "default" | "primary" | "secondary" | "success" | "warning" | "danger" | undefined; size: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | "xxs" | "3xl" | "4xl" | "5xl" | undefined; name: string; as: AsTag | Component; radius: "none" | "sm" | "md" | "lg" | "full" | undefined; isDisabled: boolean; isBordered: boolean; src: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;