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