import { SVGTemplateResult } from 'lit'; import { TickmarkType } from '../watch/tickmark'; export declare function radialTickmarks(minAngle: number, maxAngle: number, type: TickmarkType | undefined): SVGTemplateResult[]; //# sourceMappingURL=radial-tickmark.d.ts.map