import { Tab } from './tab'; export type { TabConnotation, TabShape } from './tab'; export declare const registerTab: (prefix?: string) => void; export { Tab as VwcTabElement };