import type { IconProps } from "./types"; export declare const NavigatorIcon: (props: IconProps) => JSX.Element;