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