import { FlashList as SPFlashList, MasonryFlashListProps } from '@shopify/flash-list';
import React from 'react';
export declare const FlashList: typeof SPFlashList;
export declare const MasonaryFlashList: <T>(props: MasonryFlashListProps<T> & {
    ref?: React.RefObject<import("@shopify/flash-list").MasonryFlashListRef<T>> | undefined;
}) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
//# sourceMappingURL=FlashList.d.ts.map