import { Optional } from '@angular/core'; /** * Texts to render on the code editor. */ export declare class TooltipCopyIntl { copyTip: string; copySuccessTip: string; copyFailTip: string; } export declare function TOOLTIP_COPY_INTL_PROVIDER_FACTORY(parentIntl: TooltipCopyIntl): TooltipCopyIntl; /** @docs-private */ export declare const TOOLTIP_COPY_INTL_INTL_PROVIDER: { provide: typeof TooltipCopyIntl; deps: Optional[][]; useFactory: typeof TOOLTIP_COPY_INTL_PROVIDER_FACTORY; };