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.Element; displayName: string; }; //# sourceMappingURL=Footer.d.ts.map