import { Action } from "survey-core";
import { Base } from "survey-core";
import * as i0 from "@angular/core";
export declare class MatrixDetailButtonComponent {
    model: Action;
    get question(): any;
    get row(): any;
    getModel(): Base;
    static ɵfac: i0.ɵɵFactoryDeclaration<MatrixDetailButtonComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<MatrixDetailButtonComponent, "sv-ng-matrix-detail-btn", never, { "model": "model"; }, {}, never, never>;
}
