export declare function FormPageClient(props: {
    buttonLabel: string;
    allowStepBackward: boolean;
    backLinkLabel: string;
    fieldKeys: string[];
}): import("react/jsx-runtime").JSX.Element;
