import React, { ComponentType } from 'react'; import { ControlProps } from '../../typings'; declare const Control: React.FC>; export { Control };