import { SystemProps } from "../system/system.js";
import { VuiComponent } from "../core/vui.js";
import "../index.js";
//#region src/table/tbody.d.ts
declare const TbodyBase: import("styled-components").StyledComponent<"tbody", import("styled-components").DefaultTheme, SystemProps, never>;
/** Displays Table body with built-in support for rows. */
declare const Tbody: VuiComponent<"tbody", SystemProps>;
//#endregion
export { Tbody, Tbody as default, TbodyBase };

//# sourceMappingURL=tbody.d.ts.map