import { Tooltip } from './tooltip'; export declare const registerTooltip: (prefix?: string) => void; export { Tooltip as VwcTooltipElement };