import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { ITextLinesOptions } from "../Interfaces/ITextLinesOptions.js"; export declare class TextLinesOptions implements ITextLinesOptions, IOptionLoader { separator: string; spacing: number; constructor(); load(data?: RecursivePartial): void; }