import { type FooterProps } from './footer.types.js'; export declare function Footer({ brand, logoLink, logoAssistiveText, hideLogo, offsetSidebar, srOnlyText, className, children, ...props }: FooterProps): import("react/jsx-runtime").JSX.Element;