export declare const propsOption: { name: string; cliFlag: "props"; description: () => import("react/jsx-runtime").JSX.Element; ssrName: null; docLink: string; getValue: ({ commandLine }: { commandLine: Record; }) => { source: string; value: string; } | { source: string; value: null; }; setConfig: () => never; type: string | null; id: "props"; };