Alert: DefineComponent<
    ExtractPropTypes<
        {
            intent: { default: undefined; type: PropType<Intent> };
            title: { default: undefined; type: StringConstructor };
        },
    >,
    () => VNode<RendererNode, RendererElement, { [key: string]: any }>,
    {},
    {},
    {},
    ComponentOptionsMixin,
    ComponentOptionsMixin,
    {},
    string,
    PublicProps,
    ToResolvedProps<
        ExtractPropTypes<
            {
                intent: { default: undefined; type: PropType<Intent> };
                title: { default: undefined; type: StringConstructor };
            },
        >,
        {},
    >,
    { intent: Intent; title: string },
    {},
    {},
    {},
    string,
    ComponentProvideOptions,
    true,
    {},
    any,
> = ...

Alert primitive: hl-alert with intent, optional icon slot + title.