import { FC } from 'react'; import { TIcons } from '../../../shared/ui/icons'; interface IBastIconProps { name: TIcons; className?: string; } declare const BastIcon: FC; export { BastIcon };