import vtkColorTransferFunction from '@kitware/vtk.js/Rendering/Core/ColorTransferFunction';
import type { VOIRange } from '../types/voi.js';
export default function createLinearRGBTransferFunction(voiRange: VOIRange): vtkColorTransferFunction;
