import { ColDef } from '@ag-grid-community/core'; import { Binding, CaptureType } from '@microsoft/fast-element'; /** * A directive that renders a set of grid-pro-column elements from a given input binding * * @param itemsBinding - The array to render * @param includeRenderers - Optionally tells whether to include cell renderers, if available * @public */ export declare function gridProColumns(itemsBinding: Binding | readonly ColDef[], includeRenderers?: boolean): CaptureType; //# sourceMappingURL=grid-pro-columns.d.ts.map