import { OnInit, ElementRef } from '@angular/core';
export declare class MarginDirective implements OnInit {
    m: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
export declare class MarginTopDirective implements OnInit {
    mt: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
export declare class MarginBottomDirective implements OnInit {
    mb: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
export declare class MarginLeftDirective implements OnInit {
    ml: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
export declare class MarginRightDirective implements OnInit {
    mr: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
export declare class MarginHorizontalDirective implements OnInit {
    mx: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
export declare class MarginVerticalDirective implements OnInit {
    my: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
