import { type FunctionalComponent as FC } from '../../stencil-public-runtime';
import type { AlertType } from '../../schema';
declare const AlertIcon: FC<{
    label?: string;
    type?: AlertType;
}>;
export default AlertIcon;
