import * as i0 from "@angular/core";
/**
 * Texts to render on the code editor.
 */
export declare class TooltipCopyIntl {
    copyTip: string;
    copySuccessTip: string;
    copyFailTip: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TooltipCopyIntl, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TooltipCopyIntl>;
}
