/** * @file index.tsx * * @fileoverview A Custom table wrapper so that it looks like a table wrapper inside a box. */ /// /// /// import { BoxProps } from '@atoms/07-box'; export declare const TableWrapper: import("styled-components").StyledComponent & { theme?: any; }>, any, BoxProps, never>;