import * as react from 'react';
import { LineFillIcon } from '../type.js';

declare const NavigationHome: react.ForwardRefExoticComponent<Omit<LineFillIcon, "ref"> & react.RefAttributes<SVGSVGElement>>;

export { NavigationHome };
