import { ActionsTable } from '../../../interfaces.js';
export declare function CreateAction({ actions }: {
    actions: ActionsTable;
}): import("react/jsx-runtime").JSX.Element;
