import { default as React } from 'react'; type FooterProps = { children: React.ReactNode; ariaLabel?: string; }; export declare const Footer: ({ children, ariaLabel }: FooterProps) => import("react/jsx-runtime").JSX.Element; export {};