import { QuestionAngular } from "survey-angular-ui";
import { QuestionLinkValueModel } from "survey-creator-core";
import * as i0 from "@angular/core";
export declare class LinkValueQuestionComponent extends QuestionAngular<QuestionLinkValueModel> {
    get clearCaption(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<LinkValueQuestionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LinkValueQuestionComponent, "svc-link-value", never, {}, {}, never, never>;
}
