import { ComponentProps } from 'react'; import { BottomBarIcon } from '../../molecules/BottomBarIcon'; import { TComponentAndActionWrapper } from '../../molecules/ComponentAndActionWrapper'; export type TFancyBottomBarIcon = ComponentProps & TComponentAndActionWrapper;