import { IVariableSizedListProps, ListRef } from './type'; declare const List: (props: IVariableSizedListProps & { ref?: React.Ref; }) => React.JSX.Element; export default List; //# sourceMappingURL=List.native.d.ts.map