import type { IconProps } from '../types/index'; declare function SvgStarFilled(iconProps: IconProps): JSX.Element; declare namespace SvgStarFilled { var displayName: string; } export default SvgStarFilled;