/// import ListsProfilerProps from './ListsProfilerProps'; /** * Wrap your app with this component to get events from all the lists wrapped with their performance view. * For example, `FlatList` must be wrapped in the `FlatListPerformanceView`. */ declare const ListsProfiler: ({ onInteractive, onBlankArea, children }: ListsProfilerProps) => JSX.Element; export default ListsProfiler; //# sourceMappingURL=ListsProfiler.d.ts.map