import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const ListView: React.MemoExoticComponent>; declare type ListViewRef = PathIconRef; declare type ListViewProps = PathIconProps; export { ListView }; export type { ListViewRef, ListViewProps }; export default ListView;