import * as react from 'react';
import { IconProps, Icon } from '../types.js';

declare const _default: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<Icon>>;

export { _default as default };
