import { LineShapeType } from '../constants'; export declare const renderShapeIcon: (args: { type?: LineShapeType; width?: string; height?: string; }) => string;