import { type FC, type OsmosElement } from '../types/jsx.js'; export declare function jsx(tag: OsmosElement['type'], props: any, key?: string | number): OsmosElement; export declare const Fragment: FC;