import { FC } from 'react'; import type { FireEvent } from '../models'; export declare const FireEventComp: FC;