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

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

export { NavigationSetting };
