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