import React from 'react'; import { GenericComponentType } from '../../types'; export type IFormControlComponentType = GenericComponentType & { Label: GenericComponentType