import React, { FC } from 'react'; import { SubotInlineIntentItemProps } from "../../../interfaces/types"; export declare const SubotInlineIntentBaseTarget: { [key: string]: FC; }; export declare const SubotInlineIntentBase: { [key: string]: React.FC; };