import type { ExtractPropTypes } from 'vue'; export declare const avatarGroupProps: { max: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; avatarBorder: import("@interface-ui/utils").InPropFinalized; size: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, string | number, number, boolean>; variant: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => "circle" | "square" | "rounded") | (() => "circle" | "square" | "rounded") | ((new (...args: any[]) => "circle" | "square" | "rounded") | (() => "circle" | "square" | "rounded"))[], "circle" | "square" | "rounded", unknown, string, boolean>; color: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => string | import("@interface-ui/theme").ThemeCallBack) | (() => import("@interface-ui/theme").AcceptableColor) | ((new (...args: any[]) => string | import("@interface-ui/theme").ThemeCallBack) | (() => import("@interface-ui/theme").AcceptableColor))[], unknown, unknown, string, boolean>; background: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => string | import("@interface-ui/theme").ThemeCallBack) | (() => import("@interface-ui/theme").AcceptableColor) | ((new (...args: any[]) => string | import("@interface-ui/theme").ThemeCallBack) | (() => import("@interface-ui/theme").AcceptableColor))[], unknown, unknown, string, boolean>; cs: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }; export type AvatarGroupProps = ExtractPropTypes;