export declare const undefinedDashboardData: {
    tables: undefined;
};
export declare const emptyDashboardData: never[];
export declare const missingFirstRowDashboardData: ({
    ts: {
        raw: string;
    };
    establishment_id: {
        raw: string;
    };
    has_metric_one: {
        raw: number;
    };
    metric_one_is_missing: {
        raw: number;
    };
    has_metric_two: {
        raw: number;
    };
    metric_two_is_missing: {
        raw: number;
    };
    has_metric_three: {
        raw: number;
    };
    metric_three_is_missing: {
        raw: number;
    };
    html_link: {
        raw: string;
    };
}[] | undefined)[];
