import type { JSX } from 'react'; import type { SystemBannerType } from '../banner/banner'; declare function BannerIcon({ type, ...props }: JSX.IntrinsicElements['svg'] & { type: SystemBannerType; }): JSX.Element | null; export { BannerIcon };