import React from "react";
interface FooterProps {
    isDev?: boolean;
}
declare const Footer: React.FC<FooterProps>;
export default Footer;
