import type { BaseLinearDisplayModel } from './model.ts';
import type { ExportSvgDisplayOptions } from './types.ts';
export declare function renderBaseLinearDisplaySvg(self: BaseLinearDisplayModel, opts: ExportSvgDisplayOptions): Promise<import("react/jsx-runtime").JSX.Element>;
