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

/**
 * @deprecated ActionUser 아이콘을 사용해주세요.
 */
declare const NavigationMyPage: react.ForwardRefExoticComponent<Omit<LineFillIcon, "ref"> & react.RefAttributes<SVGSVGElement>>;

export { NavigationMyPage };
