export interface Container { width: number; height?: number; scrollBase?: number; } //# sourceMappingURL=Container.d.ts.map