export declare const Row: import("react").ForwardRefExoticComponent<Omit<Readonly<Omit<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref"> & {
    children: import("react").ReactNode;
}> & import("react").RefAttributes<HTMLTableElement> & import("@music163/tango-boot").TangoComponentProps, "ref"> & import("react").RefAttributes<unknown>>;
