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