import type { ChartMark, DecorativeChartMark } from './types.js'; /** Keeps one mark's scale and painted geometry while removing interaction ownership. */ export declare function decorative>(mark: TMark): DecorativeChartMark;