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