import { AlertVariant } from './types'; type Props = { alertVariant: AlertVariant; }; export declare const AlertIcon: ({ alertVariant }: Props) => import("@emotion/react/jsx-runtime").JSX.Element; export {};