import { LegendPosition } from '../types/legend.js'; /** * Returns true if legendPosition is a valid LegendPosition * @param legendPosition - */ export declare const isValidLegendPosition: (legendPosition: string | undefined) => legendPosition is LegendPosition;