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