import * as React from "react"; export declare const ReferenceHintTagRoot: ({ children, className, }: { children: React.ReactNode; className?: string; }) => import("react/jsx-runtime").JSX.Element; export declare const ReferenceHintInstillFormat: ({ instillFormat, className, isArray, }: { instillFormat: string; className?: string; isArray?: boolean; }) => import("react/jsx-runtime").JSX.Element; export declare const ReferenceHintPath: ({ path, icon, className, description, disabledTooltip, disabledCopy, }: { path: string; icon?: React.ReactElement; className?: string; description?: string; disabledTooltip?: boolean; disabledCopy?: boolean; }) => import("react/jsx-runtime").JSX.Element; export declare const ReferenceHintTagIcon: ({ type, className, }: { type: "x" | "check"; className?: string; }) => import("react/jsx-runtime").JSX.Element; export declare const ReferenceHintTag: { Root: ({ children, className, }: { children: React.ReactNode; className?: string; }) => import("react/jsx-runtime").JSX.Element; Icon: ({ type, className, }: { type: "x" | "check"; className?: string; }) => import("react/jsx-runtime").JSX.Element; Path: ({ path, icon, className, description, disabledTooltip, disabledCopy, }: { path: string; icon?: React.ReactElement; className?: string; description?: string; disabledTooltip?: boolean; disabledCopy?: boolean; }) => import("react/jsx-runtime").JSX.Element; InstillFormat: ({ instillFormat, className, isArray, }: { instillFormat: string; className?: string; isArray?: boolean; }) => import("react/jsx-runtime").JSX.Element; }; //# sourceMappingURL=ReferenceHintTag.d.ts.map