import { ColorProcessor } from "../../internals/plugins/models/index.js";
declare const getColor: ColorProcessor<'line'>;
export default getColor;