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