import React from 'react'; import { CommonStyledProps } from '../types'; declare type ScrollViewProps = { children?: React.ReactNode; shadow?: boolean; } & React.HTMLAttributes & CommonStyledProps; export declare const StyledScrollView: import("styled-components").StyledComponent<"div", any, Pick, never>; declare const ScrollView: React.ForwardRefExoticComponent<{ children?: React.ReactNode; shadow?: boolean | undefined; } & React.HTMLAttributes & CommonStyledProps & React.RefAttributes>; export { ScrollView, ScrollViewProps }; //# sourceMappingURL=ScrollView.d.ts.map