import { PaintLineFromCenterToRightParams } from '../types/types.ts'; export declare function paintLineFromCenterToRight({ context, color, rounded, width, height, barWidth, }: PaintLineFromCenterToRightParams): void;