import { PropType, CSSProperties } from 'vue'; import type { Size } from '../../avatar/src/interface'; import type { ExtractPublicPropTypes } from '../../_utils'; export interface AvatarGroupInjection { size?: Size | undefined; } export interface AvatarGroupOption { src: string; } export declare const avatarGroupProps: { readonly max: NumberConstructor; readonly maxStyle: PropType; readonly options: { readonly type: PropType; readonly default: () => never[]; }; readonly vertical: BooleanConstructor; readonly size: PropType; readonly theme: PropType; }>>; readonly themeOverrides: PropType; }>>>; readonly builtinThemeOverrides: PropType; }>>>; }; export type AvatarGroupProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ readonly max: NumberConstructor; readonly maxStyle: PropType; readonly options: { readonly type: PropType; readonly default: () => never[]; }; readonly vertical: BooleanConstructor; readonly size: PropType; readonly theme: PropType; }>>; readonly themeOverrides: PropType; }>>>; readonly builtinThemeOverrides: PropType; }>>>; }, { mergedTheme: import("vue").ComputedRef<{ common: { baseColor: string; ghostColor: string; primaryColor: string; primaryColorHover: string; primaryColorPressed: string; primaryGhostHoverColor: string; primaryGhostPressedColor: string; primaryColorSuppl: string; wInfoColor: string; wInfoIconBorderColor: string; wInfoIconBackgroundColor: string; infoColor: string; infoColorHover: string; infoColorPressed: string; infoGhostHoverColor: string; infoGhostPressedColor: string; infoColorSuppl: string; wSuccessColor: string; wSuccessIconBorderColor: string; wSuccessIconBackgroundColor: string; successColor: string; successColorHover: string; successColorPressed: string; successGhostHoverColor: string; successGhostPressedColor: string; successColorSuppl: string; wWarningColor: string; wWarningIconBorderColor: string; wWarningIconBackgroundColor: string; wWarningMsgBackgroundColor: string; warningColor: string; warningColorHover: string; warningColorPressed: string; warningGhostHoverColor: string; warningGhostPressedColor: string; warningColorSuppl: string; wErrorColor: string; wErrorIconBorderColor: string; wErrorIconBackgroundColor: string; errorColor: string; errorColorHover: string; errorColorPressed: string; errorGhostHoverColor: string; errorGhostPressedColor: string; errorColorSuppl: string; wQueColor: string; wQueIconBorderColor: string; wQueIconBackgroundColor: string; textColorBase: string; textColor: string; textColor1: string; textColor2: string; textColor3: string; textColor4: string; textColor5: string; textColorDisabled: string; textColorDisabled1: string; textColorDisabled2: string; placeholderColor: string; placeholderColorDisabled: string; iconColor: string; iconColorHover: string; iconColorPressed: string; iconColorDisabled: string; opacity1: string; opacity2: string; opacity3: string; opacity4: string; opacity5: string; dividerColor: string; dividerColor1: string; dividerColor2: string; borderColor: string; borderColor1: string; borderColor2: string; borderColor3: string; borderColor4: string; borderNormalColor: string; borderDisableColor: string; borderFocusColor: string; closeColor: string; closeColor1: string; closeColorDisabled: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeColorHover: string; closeColorPressed: string; clearColor: string; clearColorHover: string; clearColorPressed: string; scrollbarColor: string; scrollbarColorHover: string; scrollbarWidth: string; scrollbarHoverWidth: string; scrollbarHeight: string; scrollbarHoverHeight: string; scrollbarBorderRadius: string; scrollbarBorderHoverRadius: string; progressRailColor: string; railColor: string; popoverColor: string; tableColor: string; cardColor: string; modalColor: string; bodyColor: string; tagColor: string; avatarColor: string; invertedColor: string; inputColor: string; codeColor: string; tabColor: string; actionColor: string; tableHeaderColor: string; hoverColor: string; tableColorHover: string; tableColorStriped: string; pressedColor: string; opacityDisabled: string; inputColorDisabled: string; inputColorDisabled1: string; inputColorDisabled2: string; buttonColor2: string; buttonColor2Hover: string; buttonColor2Pressed: string; boxShadow1: string; boxShadow2: string; boxShadow3: string; boxShadow4: string; boxShadow5: string; boxShadow6: string; boxShadow7: string; fontFamily: string; fontFamilyMono: string; fontWeight: string; fontWeightStrong: string; cubicBezierEaseInOut: string; cubicBezierEaseOut: string; cubicBezierEaseIn: string; borderRadius: string; borderRadiusSmall: string; fontSize: string; fontSizeMini: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; heightMini: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; name: "common"; }; self: { gap: string; }; peers: { Avatar: import("../../_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; color: string; colorModal: string; colorPopover: string; }, any>; }; peerOverrides: { Avatar?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").ComputedRef; restOptions: import("vue").ComputedRef; displayedOptions: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--n-gap': string; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly options: { readonly type: PropType; readonly default: () => never[]; }; readonly vertical: BooleanConstructor; readonly size: PropType; readonly theme: PropType; }>>; readonly themeOverrides: PropType; }>>>; readonly builtinThemeOverrides: PropType; }>>>; }>>, { readonly vertical: boolean; readonly options: AvatarGroupOption[]; }>; export default _default;