import { Tag } from './tag'; export type { TagConnotation, TagAppearance, TagShape } from './tag'; export declare const registerTag: (prefix?: string) => void; export { Tag as VwcTagElement };