import { FC } from "react"; export declare const On: FC<{ event: keyof HTMLElementEventMap; target?: any; children: Function; }>;