/// import type { BasicListItemProps } from '../BasicListItem'; export type IconPropTypes = { name: BasicListItemProps['iconName']; fill: boolean; }; declare const Icon: React.FC; export default Icon;