import type { TableColumnCtx } from './table-column/defaults'; import type { DefaultRow } from './table/defaults'; type Props = { tableLayout: 'fixed' | 'auto'; columns?: TableColumnCtx[]; }; export declare function hColgroup(props: Props): import("vue").VNode; export declare namespace hColgroup { var props: string[]; } export {};