import { OnInit, ElementRef } from '@angular/core';
export declare class PaddingDirective implements OnInit {
    p: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
export declare class PaddingTopDirective implements OnInit {
    pt: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
export declare class PaddingBottomDirective implements OnInit {
    pb: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
export declare class PaddingLeftDirective implements OnInit {
    pl: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
export declare class PaddingRightDirective implements OnInit {
    pr: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
export declare class PaddingHorizontalDirective implements OnInit {
    px: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
export declare class PaddingVerticalDirective implements OnInit {
    py: {};
    private elementRef;
    constructor(elementRef: ElementRef);
    ngOnInit(): void;
}
