import React from 'react'; import type { DSPopperJST } from './react-desc-prop-types.js'; declare const DSPopperJS: React.ComponentType; declare const DSPopperJSWithSchema: import("@elliemae/ds-legacy-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent; export { DSPopperJS, DSPopperJSWithSchema }; export default DSPopperJS; export type { DSPopperJST } from './react-desc-prop-types.js';