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; } & { /** The grid builder configuration (required) */ builder: CoarGridBuilder; /** AG Grid theme override (defaults to cocoarTheme) */ theme?: Theme; /** Show the search bar above the grid */ showSearch?: boolean; /** Placeholder text for the search input */ searchPlaceholder?: string; /** Search input size variant */ searchSize?: CoarTextInputSize; /** Show a border around the grid */ bordered?: boolean; /** Add elevation shadow to the grid */ elevated?: boolean; /** Custom CSS class for the wrapper element */ class?: string; /** Custom inline style for the wrapper element */ style?: string | Record; }) & Partial<{}>> & import('vue').PublicProps; expose(exposed: import('vue').ShallowUnwrapRef<{}>): void; attrs: any; slots: { 'toolbar-left'?(_: {}): any; 'toolbar-right'?(_: {}): 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=CoarDataGrid.vue.d.ts.map