import { GenericComponentType, IColorSchemes } from '../../types'; type IIconButtonProps = { icon?: any; colorScheme?: IColorSchemes; }; export type IIconButtonComponentType