import { AbstractAction } from './abstract-action'; export declare class ActionComponent extends AbstractAction { }