import { ComponentPropsWithRef } from 'react'; /** * Render the VK social icon as an SVG element. * * @param props - SVG attributes and ref forwarded to the root `` element * @returns An `` element containing the VK icon path */ export declare function VK(props: ComponentPropsWithRef<"svg">): import("react").JSX.Element;