export declare const Td: import("react").ForwardRefExoticComponent<{ align?: import("./types.js").TableAligns; textColor?: import("./types.js").TableTextColors; variant?: import("./types.js").ThTdVariants; numeric?: boolean; } & Omit & import("react").TdHTMLAttributes & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, "ref" | "align" | "numeric" | "variant" | "textColor"> & import("react").RefAttributes>; //# sourceMappingURL=Td.d.ts.map