import { FunctionalComponent } from 'vue'; import { IconProps } from '../components'; export type HeartFilledProps = FunctionalComponent; declare const HeartFilled: HeartFilledProps; export default HeartFilled;