///
export declare const Td: import("react").ForwardRefExoticComponent<{
align?: "center" | "left" | "right" | undefined;
textColor?: "default" | "secondary" | "primary" | "error" | "warning" | "success" | undefined;
variant?: "string" | "icon" | undefined;
numeric?: boolean | undefined;
} & Omit & import("react").TdHTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | "align" | "numeric" | "variant" | "textColor"> & import("react").RefAttributes>;
//# sourceMappingURL=Td.d.ts.map