import { CSSProperties, FC } from 'react'; interface IMobileFooterProps { innerClassName?: string; innerStyle?: CSSProperties; } declare const MobileFooter: FC; export default MobileFooter;