import { AutoEncoder } from '@simonbackx/simple-encoding'; import { Replacement } from '../endpoints/EmailRequest.js'; import { EditorSmartButton } from './EditorSmartButton.js'; export declare class EditorSmartVariable extends AutoEncoder { id: string; name: string; description: string | null; example: string; html?: string; deleteMessage?: string; hint?: string; getJSONContent(): { type: string; attrs: { id: string; }; }; static forReplacements(replacements: Replacement[]): EditorSmartVariable[]; static fillExamples(list: T[], replacements: Replacement[]): T[]; static get all(): EditorSmartVariable[]; } //# sourceMappingURL=EditorSmartVariable.d.ts.map