/// <reference path="../../vendor/react/react.d.ts" />
//@ts-ignore
import React from 'react';
import { ControlBase } from './ControlBase';
/**
 * The control is used by the FormFiller feature.
 **/
export declare class TelControl extends ControlBase {
    render(): React.JSX.Element;
}
