import { ReactNode } from "react"; export declare type FormHeaderProps = { id?: string; children?: ReactNode; }; export declare const FormHeader: ({ id, children }: FormHeaderProps) => import("@emotion/react/jsx-runtime").JSX.Element;