import { PlatformSwitch } from './platform-switch'; export declare const registerPlatformSwitch: (prefix?: string) => void; export { PlatformSwitch as VwcPlatformSwitchElement };