import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FullWidthDirective {
    private el;
    isFullWidth: boolean;
    constructor(el: ElementRef);
    get width(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<FullWidthDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<FullWidthDirective, "[fullWidth]", never, { "isFullWidth": { "alias": "isFullWidth"; "required": false; }; }, {}, never, never, false, never>;
}
