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