export declare class DrawStyle {
    outline: string;
    hoverFill: string;
    selectedFill: string;
}
