export declare function rect(id: string, data: { width: number; height: number; strokeWidth: number; strokeColor: string; fillColor: string; borderRadius: number; strokePosition: 'inside' | 'outside'; y?: number; }): import('lit-html').TemplateResult<2> | null; //# sourceMappingURL=rectangular.d.ts.map