import type { ArcKey } from '../../types'; export declare function constructArcString(cornerRadius: number, key: ArcKey): string;