export declare const drawPath: {
    [code: string]: string;
};
export declare const stateCodes: string[];
export declare const constants: {
    WIDTH: string;
    MAPCOLOR: string;
    STROKE_COLOR: string;
    STROKE_WIDTH: string;
    HOVERCOLOR: string;
};
