import React from 'react';
import { FooterProps } from './interface';
declare const FooterComponent: React.ForwardRefExoticComponent<FooterProps & React.RefAttributes<unknown>>;
export default FooterComponent;
