import { FC } from 'react'; import { SubotInlineActionProps } from "./"; declare const SubotInlineAction: FC; export default SubotInlineAction;