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