declare const _default: {
    circular: {
        strokeWidth: number;
        strokeColor: string;
    };
    labeling: {
        showLabels: boolean;
    };
    colors: string[];
    coloring: string;
    type: string;
};
export default _default;
