import { FlashList as NFlashList } from '@shopify/flash-list'; import React from 'react'; type Props = { isLoading: boolean; }; export declare const List: typeof NFlashList; export declare const EmptyList: React.MemoExoticComponent<({ isLoading }: Props) => React.JSX.Element>; export declare const NoData: () => React.JSX.Element; export {}; //# sourceMappingURL=list.d.ts.map