export declare type StrokeLinecap = "square" | "round" | "butt";
export declare type Style = {
    [key: string]: string | number;
};
