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