import VanillaRuler, { RulerInterface } from '@scena/ruler'; import { RulerProps } from '@scena/ruler'; export declare class NgxRulerInterface { protected ruler: VanillaRuler; } export interface NgxRulerInterface extends RulerInterface, Required { }