import { Action } from "survey-core";
export declare function useMatrixAction(props: {
    item: Action;
}, withRow?: boolean): {
    question: import("vue").ComputedRef<any>;
    row: any;
};
