import React from 'react';
import { IFooterStandAlone } from './types/footer';
export declare const FooterStandAlone: React.ForwardRefExoticComponent<IFooterStandAlone & React.RefAttributes<HTMLElement>>;
