declare const _default: {
    topoNodeContainerId: string;
    node: {
        width: number;
        activeColor: string;
    };
    container: {
        width: string;
        height: string;
        backgroundColor: string;
    };
    canvas: {
        width: number;
        height: number;
    };
    line: {
        stroke: string;
        strokeWidth: number;
    };
    gridPattern: {
        color: string;
        gap: number;
    };
};
export default _default;
