import { Theme } from 'ag-grid-community'; /** * Creates the Cocoar AG Grid theme * * @example * ```typescript * import { createCocoarTheme } from '@cocoar/vue-ui'; * * const gridOptions = { * theme: createCocoarTheme(), * // ... * }; * ``` */ export declare function createCocoarTheme(): Theme; /** * Pre-configured Cocoar theme instance * * @example * ```typescript * import { cocoarTheme } from '@cocoar/vue-ui'; * * * ``` */ export declare const cocoarTheme: Theme; //# sourceMappingURL=cocoar-theme.d.ts.map