import React, { ReactElement } from 'react';
import { IFooterProps } from './type';
export declare const Footer: React.MemoExoticComponent<({ footerMenuItems, footerSocialIcons, footerText, type, }: IFooterProps) => ReactElement>;
