import { SchemaActionItem } from '../utils'; export declare function Action({ actions, }: { actions?: SchemaActionItem[]; }): React.JSX.Element;