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