import type { IntrinsicElements } from '../../intrinsic-elements'; import type { FC, PropsWithChildren, RefObject } from '../../types'; export declare const clearCache: () => void; export declare const composeRef: (ref: RefObject | Function | undefined, cb: (e: T) => void | (() => void)) => ((e: T) => () => void); export declare const title: FC; export declare const script: FC>; export declare const style: FC>; export declare const link: FC>; export declare const meta: FC; export declare const form: FC | ((e: HTMLFormElement | null) => void | (() => void)); }>>; export declare const input: FC>; export declare const button: FC>;