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