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