import { BaseOGridComponent } from '@alaarab/ogrid-angular'; import * as i0 from "@angular/core"; /** * Top-level OGrid component for Angular Radix (lightweight Angular CDK-based implementation). * This is the recommended default option for Angular developers. * Standalone component - provides OGridService and renders OGridLayout with all sub-components. * * Uses @Input with signal setter for JIT compatibility (project builds with tsc, not ngc). * The effect() reactively configures the service when the input signal changes. */ export declare class OGridComponent extends BaseOGridComponent { static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "ogrid", never, {}, {}, never, never, true, never>; }