import { GridApi } from 'ag-grid-enterprise'; type __VLS_Props = { /** * The GridApi is an API interface provided by the table/grid component * for interacting programmatically with the grid's features and functionality. * It allows you to control and manipulate grid behavior, access data, and * trigger specific actions. */ api: GridApi; /** * Css Column Manager (Panel) modal width (default value is `368px`) */ width?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=PlAgGridColumnManager.vue.d.ts.map