import { type PropsWithChildren } from 'react'; /** * The footer inside the Terminology Overlay. Add links to further related documentation. * @public */ export declare const Footer: { ({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; displayName: string; };