import { ED, OakExtraActionProps } from '../../types/AbstractComponent'; import { ActionDef } from '../../types/Page'; declare const _default: (props: import("../../types/Page").ReactComponentProps[]; cascadeActions: { [K in keyof ED[keyof ED]["Schema"]]?: ActionDef[]; }; onAction: Function; }>) => React.ReactElement; export default _default;