import { EHandLandmarks } from "../utilities/vg-constants"; import { TCursors } from "../utilities/vg-types"; import { INormalizedLandmark } from "../utilities/vg-types-handlandmarks"; export declare class DefaultConfig { private static defaultConfig; cursor: TCursors; cursorContainer: HTMLElement; pointer: EHandLandmarks; cursorPosition: INormalizedLandmark; deltaLandmark: INormalizedLandmark; flickeringThreshold: number; private constructor(); private setCursor; static get instance(): DefaultConfig; }