import { ComponentPropsWithRef } from 'react'; /** * Renders the Naver brand SVG icon. * * @param props - Props applied to the root `` element (standard SVG attributes and event handlers are supported) * @returns An SVG element representing the Naver logo */ export declare function Naver(props: ComponentPropsWithRef<"svg">): import("react").JSX.Element;