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