import { VuiComponent } from "../core/vui.js";
import { TheadProps } from "./table.types.js";
import "../index.js";
//#region src/table/thead.d.ts
/** Displays Table head with support for columns and sticky. */
declare const Thead: VuiComponent<"thead", TheadProps>;
//#endregion
export { Thead, Thead as default };

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