/// import { VirtualizedListProps as RNVirtualizedListProps } from 'react-native'; import { ResponsivePrefixStyleProps, ResponsiveStyleProps, ViewStyle } from '../../styled'; export declare type VirtualizedListProps = Omit, 'style' | 'contentContainerStyle'> & ResponsiveStyleProps & ResponsivePrefixStyleProps; export declare const VirtualizedList: import("react").ForwardRefExoticComponent, "style" | "contentContainerStyle"> & ResponsiveStyleProps & ResponsivePrefixStyleProps & import("react").RefAttributes>; //# sourceMappingURL=VirtualizedList.d.ts.map