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