import { SelectableBox } from './selectable-box'; export declare const registerSelectableBox: (prefix?: string) => void; export { SelectableBox as VwcSelectableBoxElement };