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