export declare const overrideHeightOption: { name: string; cliFlag: "height"; 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: (height: number | null) => void; id: "height"; };