export declare const tableGroupedHeader: ({
    key: string;
    label: string;
    sortable: boolean;
    style: {
        width: string;
    };
    hideCollapsed?: undefined;
} | {
    key: string;
    label: string;
    sortable: boolean;
    style: {
        width: string;
    };
    hideCollapsed: boolean;
})[];
export declare const tableGrouped: object[];
//# sourceMappingURL=table_grouped.d.ts.map