import { type FC, type ReactNode } from "react"; type Props = { children: ReactNode; }; export declare const SectionFooter: FC; export {};