import { BorderType } from "../types/line"; export declare function getStrokeDasharray(border: BorderType): string;