/** @jsx h */ import './clickToCallComponent.scss'; import { h } from 'preact'; interface ClickToCallProps { hostInstance: any; dtmfInput?: string; } export declare function ClickToCallComponent(props: ClickToCallProps): h.JSX.Element; export {};