import { Node } from './node'; export declare class CustomLabel implements Node { private text; constructor(text: string); toXML(): string; }