import { Checkbox } from './checkbox'; export declare const registerCheckbox: (prefix?: string) => void; export { Checkbox as VwcCheckboxElement };