///
export declare const Tr: import("react").ForwardRefExoticComponent<{
highlight?: "warning" | "positive" | "negative" | undefined;
} & Omit & import("react").HTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | "highlight"> & import("react").RefAttributes>;
//# sourceMappingURL=Tr.d.ts.map