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