import React from 'react';
declare const LazyWithTooltip: React.LazyExoticComponent<React.FunctionComponent<import("./WithTooltip").WithTooltipPureProps & {
    startOpen?: boolean;
}>>;
export declare const WithTooltip: (props: React.ComponentProps<typeof LazyWithTooltip>) => JSX.Element;
declare const LazyWithTooltipPure: React.LazyExoticComponent<React.FunctionComponent<import("./WithTooltip").WithTooltipPureProps>>;
export declare const WithTooltipPure: (props: React.ComponentProps<typeof LazyWithTooltipPure>) => JSX.Element;
export {};
