import React from 'react'; import { GenericComponentType } from '../../types'; export type IModalComponentType = GenericComponentType & { Content: GenericComponentType; CloseButton: GenericComponentType; Header: GenericComponentType
; Footer: GenericComponentType