import type React from 'react'; import type { CustomControlProps } from './types'; export declare const CustomControl: React.FC;