/** @packageDocumentation * @module Widget */ import "./Content.scss"; import * as React from "react"; /** Properties of [[ScrollableWidgetContent]] component. * @internal future */ export interface ScrollableWidgetContentProps { children?: React.ReactNode; } /** Component that enables widget content scrolling. * @internal future */ export declare const ScrollableWidgetContent: React.NamedExoticComponent; //# sourceMappingURL=Content.d.ts.map