import { Switch } from './switch'; export type { SwitchConnotation } from './switch'; export declare const registerSwitch: (prefix?: string) => void; export { Switch as VwcSwitchElement };