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; //# sourceMappingURL=is-valid-legend-position.d.ts.map