export default Tooltip;
declare function Tooltip({ id, targetRef, as: Component, inline: inlineOption, children }: {
    id?: any;
    targetRef?: any;
    as?: string;
    inline?: boolean;
    children: any;
}): any;
//# sourceMappingURL=Tooltip.d.ts.map