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