import type { PolymorphicComponent } from "../types/helpers"; /** * A footer component for displaying stuff at the so-called "foot". * * @example Basic usage * * ```tsx * ; * ``` * * @alpha */ export declare const Footer: PolymorphicComponent<"footer", {}>; //# sourceMappingURL=Footer.d.ts.map