import { FunctionComponent } from 'react'; export interface IBulletProps { isActive: boolean; className?: string; } export declare const Bullet: FunctionComponent;