type __VLS_Props = {
    /**
     * The count to display in the counter bubble.
     */
    count: number;
    /**
     * Specifies whether the component is used within a component that is
     * active and therefore has a primary background. Inverts the color of
     * this component when that is the case.
     */
    active?: boolean;
    /**
     * Visual appearence of the counter bubble
     */
    type?: 'highlighted' | 'outlined' | '';
    /**
     * Disables humanization to display count as it is.
     */
    raw?: boolean;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
    type: "highlighted" | "outlined" | "";
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;
