import React from 'react';
import { SubotInlineActionProps } from "../../../interfaces/types";
declare const Container: {
    ({ actions, value, onChange, htmlType, node_type, formSubmitMeta, }: SubotInlineActionProps): React.JSX.Element;
    displayName: string;
};
export default Container;
