import { FC, ReactNode } from "react"; export declare const DocumentationDescription: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit, HTMLParagraphElement>, never>>; export declare const LightLink: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit> | (import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit> & Omit>); type DocumentationLinkProps = { children?: ReactNode; light?: boolean; path?: string; }; export declare const documentationHref: (docsUrl: string, path: DocumentationLinkProps["path"]) => string; declare const DocumentationLink: FC; export default DocumentationLink;