import { BaseComponent } from '../../utils'; import type { BreakpointCustomizable, GridDirection, GridGutter, GridWrap } from '../types'; import * as i0 from "@angular/core"; /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */ export declare class PGrid extends BaseComponent { direction?: BreakpointCustomizable; /** @deprecated */ gutter?: BreakpointCustomizable; wrap?: BreakpointCustomizable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }