export declare class RulerShadow {
    private element;
    constructor(templateElement: HTMLElement);
    dispose(): void;
}
