export interface CSSRenderOptions {
    cursor: HTMLElement | null;
    precision: number;
    render: boolean;
}
//# sourceMappingURL=declarations.d.ts.map