import { FC, ReactNode } from 'react'; export declare const Focus: FC<{ icon: string; prefix?: string; label: string; helper?: string; visible?: boolean; portal?: boolean; children?: ReactNode; }>;