import type { IconProps } from "./types"; export declare const ExclamationIcon: (props: IconProps) => JSX.Element;