/// import { AllSystemProps } from "./system/unions"; export declare type TrProps = AllSystemProps & React.HTMLAttributes; export declare const Tr: import("styled-components").StyledComponent<"tr", any, import("react").PropsWithChildren, never>;