import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const DialpadRounded: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default DialpadRounded;
