import { FooterComponentProp } from "./interfaces"; export default function FooterComponent(props: FooterComponentProp): JSX.Element;