/** @packageDocumentation * @module Base */ import { CommonDivProps } from "../utils/Props"; /** Scroll View React functional component. * Scrolls content vertically and * has the 'overflow-y: auto' CSS property and has a height and width of 100%. * @public */ export declare function ScrollView(props: CommonDivProps): JSX.Element; //# sourceMappingURL=ScrollView.d.ts.map