import React from 'react'; import { IconProps } from '../Icon/icon'; import { BadgeCountProps } from '../Badge'; export type IconWithBadgeProps = IconProps & BadgeCountProps; export declare const IconWithBadge: React.FC;