import { Tooltip } from './types'; export declare class TooltipInlineComponent { tooltip: Tooltip; constructor(tooltip: Tooltip); }