export declare class Interpolation {
    text: string;
    constructor(text: string);
}
