import type { IntrinsicElements } from '../intrinsic-elements'; import type { FC, PropsWithChildren } from '../types'; 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>; export declare const input: (props: PropsWithChildren) => unknown; export declare const button: (props: PropsWithChildren) => unknown;