import React from 'react'; import { SubotInlineIntentProps } from "./"; declare const SubotInlineIntent: ({ intents, indexNumber, }: SubotInlineIntentProps) => React.JSX.Element; export default SubotInlineIntent;