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