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