import { ActionJSON } from './action-json.interface.js';
export declare const actionHasDisabledComponent: (action: ActionJSON) => boolean;
export declare const actionHasCustomComponent: (action: ActionJSON) => boolean;
