export interface BaseCanvasComponentProps { width: number; height: number; } //# sourceMappingURL=types.d.ts.map