import { FooterProps } from "./FooterProps"; import "./footer.scss"; import { HTMLAttributes } from "react"; export type { FooterProps }; export declare const FooterContextDefault: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const FooterContext: import("react").Context & import("react").RefAttributes>>; export declare const Footer: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;