import { DialPad } from './dial-pad'; export declare const registerDialPad: (prefix?: string) => void; export { DialPad as VwcDialPadElement };