export declare const delayRenderTimeoutInMillisecondsOption: { name: string; cliFlag: "timeout"; description: () => import("react/jsx-runtime").JSX.Element; ssrName: "timeoutInMilliseconds"; docLink: string; type: number; getValue: ({ commandLine }: { commandLine: Record; }) => { source: string; value: number; }; setConfig: (value: number) => void; id: "timeout"; };