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