import { ComponentPropsWithRef } from 'react'; /** * Renders the Notion logo as an SVG element. * * @param props - Props forwarded to the root `svg` element; attributes such as `className`, `style`, and `aria-*` can be overridden. * @returns The SVG element for the Notion logo. */ export declare function Notion(props: ComponentPropsWithRef<"svg">): import("react").JSX.Element;