import React from 'react'; import type { DSMobileBannerT } from './propTypes.js'; declare const DSMobileBanner: { (props: DSMobileBannerT.Props): React.JSX.Element | null; displayName: string; }; declare const DSMobileBannerWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent; export { DSMobileBanner, DSMobileBannerWithSchema };