import { ReactElement } from "react";
export declare const header: ({
    key: string;
    label: string;
    sortable: boolean;
    renderCallback: (row: any) => ReactElement;
} | {
    key: string;
    label: string;
    sortable: boolean;
    renderCallback?: undefined;
})[];
//# sourceMappingURL=header.d.ts.map