import { FC } from 'react'; import { FooterButtonProps } from './type'; declare const FooterButton: FC; export default FooterButton;