import { FC } from "react"; export interface BottomBarProps { founded: string; year: string; } export declare const BottomBar: FC;