import { PropsOf } from '@builder.io/qwik'; type AvatarGroupCounterProps = PropsOf<'a'> & { total?: number; }; export declare const AvatarGroupCounter: import("@builder.io/qwik").Component; export {};