Tooltip: DefineComponent<
    ExtractPropTypes<
        {
            id: { default: undefined; type: StringConstructor };
            label: { default: undefined; type: StringConstructor };
        },
    >,
    () => VNode<RendererNode, RendererElement, { [key: string]: any }>,
    {},
    {},
    {},
    ComponentOptionsMixin,
    ComponentOptionsMixin,
    {},
    string,
    PublicProps,
    ToResolvedProps<
        ExtractPropTypes<
            {
                id: { default: undefined; type: StringConstructor };
                label: { default: undefined; type: StringConstructor };
            },
        >,
        {},
    >,
    { id: string; label: string },
    {},
    {},
    {},
    string,
    ComponentProvideOptions,
    true,
    {},
    any,
> = ...

Accessible tooltip wrapping a single focusable trigger (the default slot). The hint text comes from the label prop or label slot.