import { ReactNode } from "react"; export declare type TableProps = { children?: ReactNode; }; export declare const Table: ({ children }: TableProps) => import("@emotion/react/jsx-runtime").JSX.Element;