import { ComponentPropsWithRef } from 'react'; /** * Renders the TikTok logo as an inline SVG. * * The component forwards received props to the root `` element. * * @returns The SVG element representing the TikTok logo. */ export declare function TikTok(props: ComponentPropsWithRef<"svg">): import("react").JSX.Element;