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