declare const Body: import("styled-components").StyledComponent<"div", import("../../styles/Theme").IThemeInterface, {}, never>; declare const Table: import("styled-components").StyledComponent<"div", import("../../styles/Theme").IThemeInterface, {}, never>; declare const TableInner: import("styled-components").StyledComponent<"div", import("../../styles/Theme").IThemeInterface, {}, never>; export { Body, Table, TableInner };