/** The ID of the tooltip element used to locate it in the DOM */ export declare const ELEMENT_ID: "scalar-tooltip"; /** The class name of the tooltip element */ export declare const ELEMENT_CLASS: "scalar-tooltip"; /** The default delay for the tooltip */ export declare const DEFAULT_DELAY: 300; /** The default offset for the tooltip */ export declare const DEFAULT_OFFSET: 4; //# sourceMappingURL=constants.d.ts.map