/** Logical legend positions shared by Lyra-original chart surfaces. */ export type LyraChartChromeLegendPosition='top'|'bottom'|'start'|'end'; /** Normalizes untyped property/attribute input at the rendering boundary. */ export declare function normalizeChartChromeLegendPosition(value:unknown):LyraChartChromeLegendPosition;export declare function chartChromeLegendPlacement(value:unknown):'top'|'bottom'|'inline-start'|'inline-end';