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