import { Props as TippyProps } from 'tippy.js'; export interface HTMLTippyProps extends TippyProps { html?: string; } /** * Default tippy options. */ export declare const tippyOptionsDefault: HTMLTippyProps;