import { Radio } from './radio'; export declare const registerRadio: (prefix?: string) => void; export { Radio as VwcRadioElement };