import { BaseColumnChooserComponent } from '@alaarab/ogrid-angular'; import * as i0 from "@angular/core"; /** * Column visibility chooser dropdown for Angular Radix (lightweight styling). * Standalone component with inline template and CSS variables for theming. */ export declare class ColumnChooserComponent extends BaseColumnChooserComponent { onDocumentClick(event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }