import * as i0 from "@angular/core"; /** * The directives defined in this file are used by the ng-content select input * to differentiate the various slots to place content in a field. * * Currently they are all directives because there is no further functionality * than to denote a spot where they live in the field. * * However by giving them a formal directive class we remove some of the "magic knowledge" * by giving them a proper registered selector. * */ export declare class PgFieldSubscriptDirective { constructor(); static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class PgFieldSuperscriptDirective { constructor(); static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class PgFieldPrefixDirective { constructor(); static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class PgFieldSuffixDirective { constructor(); static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class PgFieldTopBorderGapDirective { constructor(); static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class PgFieldBottomBorderGapDirective { constructor(); static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; }