export declare const CSS: {
    positionContainer: string;
    container: string;
};
export declare const TOOLTIP_OPEN_DELAY_MS = 300;
export declare const TOOLTIP_QUICK_OPEN_DELAY_MS: number;
export declare const TOOLTIP_CLOSE_DELAY_MS: number;
export declare const ARIA_DESCRIBED_BY = "aria-describedby";
