import { Theme } from 'ag-grid-community'; import { CoarTextInputSize } from '@cocoar/vue-ui'; import { CoarGridBuilder } from './builders'; declare const _default: (__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: __VLS_PrettifyLocal & Omit<{ readonly "onUpdate:search"?: ((value: string) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:search"> & ({ search?: string; } & { builder: CoarGridBuilder; theme?: Theme; searchPlaceholder?: string; searchSize?: CoarTextInputSize; bordered?: boolean; elevated?: boolean; gridClass?: string; gridStyle?: string | Record; }) & Partial<{}>> & import('vue').PublicProps; expose(exposed: import('vue').ShallowUnwrapRef<{}>): void; attrs: any; slots: { actions?(_: {}): any; }; emit: (evt: "update:search", value: string) => void; }>) => import('vue').VNode & { __ctx?: Awaited; }; export default _default; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {}; //# sourceMappingURL=CoarDataGridPanel.vue.d.ts.map