import { FC, ReactNode } from 'react'; export declare const Control: FC<{ icon?: string; prefix?: string; label: string; helper?: string; children: ReactNode; error?: Error; }>;