import { ComponentPropsWithRef } from 'react'; /** * Renders the Dropbox logo as an SVG element. * * @param props - Props to apply to the root `` element; all props are forwarded to the SVG. * @returns An SVG element containing the Dropbox logo */ export declare function Dropbox(props: ComponentPropsWithRef<"svg">): import("react").JSX.Element;