import React from 'react'; import type IconProps from './prop_types'; interface HeartProps extends IconProps { filled?: boolean; small?: boolean; } export declare function IconHeart({ _modifierClass, 'aria-describedby': ariaDescribedby, 'aria-hidden': ariaHidden, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, color, id, filled, size, small, tight, title }: HeartProps): React.JSX.Element; export {};