import { SynRemoveEvent, SynTag } from '@synergy-design-system/components';
export type { SynRemoveEvent } from '@synergy-design-system/components';
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
    /**
     * The tag's size.
     */
    size?: SynTag["size"];
    /**
     * Makes the tag removable and shows a remove button.
     */
    removable?: SynTag["removable"];
}, {
    nativeElement: import('vue').Ref<SynTag | undefined, SynTag | undefined>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    "syn-remove": (e: SynRemoveEvent) => any;
}, string, import('vue').PublicProps, Readonly<{
    /**
     * The tag's size.
     */
    size?: SynTag["size"];
    /**
     * Makes the tag removable and shows a remove button.
     */
    removable?: SynTag["removable"];
}> & Readonly<{
    "onSyn-remove"?: ((e: SynRemoveEvent) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
    nativeElement: unknown;
}, any>, {
    default?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
