import { SmartInputProps } from './SmartInput.interface';
/**
 * An input that is augmented with AI.
 * It allows users to interact with AI for suggestions and predictions for content in the input.
 * @returns A react component
 */
export declare const SmartInput: (props: SmartInputProps) => import("react/jsx-runtime").JSX.Element;
