export declare const DataDemo4: {
    nodes: {
        id: string;
        type: string;
    }[];
    nodesAttribute: ({
        iri: string;
        baseIri: string;
        instances: number;
        labels: string[];
        properties: {
            value: string;
            src: string;
            width: number;
            height: number;
        };
        category: number;
        id: string;
        attributes?: undefined;
    } | {
        iri: string;
        baseIri: string;
        instances: number;
        labels: string[];
        properties: {
            value: string;
            src: string;
            width: number;
            height: number;
        };
        attributes: string[];
        id: string;
        category?: undefined;
    } | {
        iri: string;
        baseIri: string;
        instances: number;
        labels: string[];
        properties: {
            value: string;
            src: string;
            width: number;
            height: number;
        };
        id: string;
        category?: undefined;
        attributes?: undefined;
    } | {
        iri: string;
        baseIri: string;
        id: string;
        labels: string[];
        properties: {
            value: string;
            src: string;
            width: number;
            height: number;
        };
        instances?: undefined;
        category?: undefined;
        attributes?: undefined;
    })[];
    links: {
        id: string;
        type: string;
    }[];
    linksAttribute: ({
        iri: string;
        inverse: string;
        baseIri: string;
        target: string;
        properties: {
            value: string;
            text?: undefined;
        };
        source: string;
        attributes: string[];
        id: string;
        subproperty?: undefined;
        comment?: undefined;
        superproperty?: undefined;
    } | {
        iri: string;
        baseIri: string;
        target: string;
        properties: {
            value: string;
            text?: undefined;
        };
        source: string;
        subproperty: string[];
        attributes: string[];
        id: string;
        inverse?: undefined;
        comment?: undefined;
        superproperty?: undefined;
    } | {
        iri: string;
        inverse: string;
        baseIri: string;
        target: string;
        properties: {
            text: string;
            value: string;
        };
        source: string;
        comment: {
            en: string;
        };
        attributes: string[];
        id: string;
        subproperty?: undefined;
        superproperty?: undefined;
    } | {
        iri: string;
        baseIri: string;
        target: string;
        properties: {
            text: string;
            value: string;
        };
        source: string;
        comment: {
            en: string;
        };
        attributes: string[];
        id: string;
        inverse?: undefined;
        subproperty?: undefined;
        superproperty?: undefined;
    } | {
        iri: string;
        baseIri: string;
        target: string;
        properties: {
            text: string;
            value: string;
        };
        superproperty: string[];
        source: string;
        comment: {
            en: string;
        };
        attributes: string[];
        id: string;
        inverse?: undefined;
        subproperty?: undefined;
    } | {
        properties: {
            value: string;
            text?: undefined;
        };
        target: string;
        source: string;
        attributes: string[];
        id: string;
        iri?: undefined;
        inverse?: undefined;
        baseIri?: undefined;
        subproperty?: undefined;
        comment?: undefined;
        superproperty?: undefined;
    })[];
};
