import { ReactNode } from 'react'; export interface fieldSetProps { legendName: string; height: string; width: string; children: ReactNode | string; }