import { ComponentPropsWithRef } from 'react'; /** * Renders the Discord logo as an SVG element. * * @param props - Props forwarded to the root `` element (e.g., `className`, `style`, `aria-*`, event handlers) * @returns The SVG element for the Discord icon */ export declare function Discord(props: ComponentPropsWithRef<"svg">): import("react").JSX.Element;