import React from 'react';
import PageFooterProps from './type';
declare const PageFooter: React.FC<PageFooterProps>;
export default PageFooter;
