import { IgcGridBaseDirective } from './igc-grid-base-directive'; /** * Interface representing the event arguments when a form group is created in the grid. * - formGroup: The form group that is created. * - owner: The grid instance that owns the form group. */ export declare class IgcGridFormGroupCreatedEventArgs { public owner: IgcGridBaseDirective; }