export type RequiredIdValue = {
    id: string;
    required: boolean;
};
export declare const ClientScope: () => import("react/jsx-runtime").JSX.Element;
