import { TagGroup } from './tag-group'; export declare const registerTagGroup: (prefix?: string) => void; export { TagGroup as VwcTagGroupElement };