import type { HintBannerProps } from '../../../../registry/chat/hint-banner'; export type { HintBannerProps }; export declare function HintBanner(props: Omit): import("react/jsx-runtime").JSX.Element; export declare namespace HintBanner { var displayName: string; }