import * as i0 from "@angular/core";
export declare class PTGroupComponent {
    gap: string;
    justify: 'flex-start' | 'center' | 'flex-end' | 'space-between' | 'space-around';
    display: string;
    flexWrap: string;
    get gapSize(): string;
    get justifyContent(): "center" | "flex-start" | "flex-end" | "space-between" | "space-around";
    static ɵfac: i0.ɵɵFactoryDeclaration<PTGroupComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PTGroupComponent, "pt-group", never, { "gap": { "alias": "gap"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; }, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=pt-group.component.d.ts.map