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