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