import React from 'react'; declare const MobileFooter: { ({ children }: { children: any; }): React.JSX.Element; displayName: string; }; declare const MobileFooterWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{ children: any; }>; export default MobileFooter; export { MobileFooterWithSchema };