declare const MobileFooter: { ({ children }: { children: any; }): import("react/jsx-runtime.js").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 };