export declare class NgxAnalogWristWatchService {
    CLOCK_NUMBER: number;
    inlineStyleInfo: any;
    watchElements: string[];
    constructor();
    fetchInternalStyle(): string;
    fetchInLineStyle(): any;
    createDugHoles(wrapper: any, renderer: any): {};
    createWatchStraps(wrapper: any, renderer: any): {};
    addClockNumbers(thirdCircle: any, applyStyleInClockNum: any, renderer: any): void;
}
