import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Bullet: React.MemoExoticComponent>; declare type BulletRef = PathIconRef; declare type BulletProps = PathIconProps; export { Bullet }; export type { BulletRef, BulletProps }; export default Bullet;