import { GridTabulator, Options } from '@genesislcap/grid-tabulator'; /** * @tagname %%prefix%%-grid-tabulator */ export declare class ZeroGridTabulator extends GridTabulator { /** * Sets default theme to Rapid * @override */ theme: string; themeChanged(oldValue: string, newValue: string): void; /** * Gets the grid options */ get gridOptions(): Options; /** * Handles extra ZERO configs and options * @override */ set gridOptions(options: Options); } export declare const zeroGridTabulatorShadowOptions: ShadowRootInit; export declare const zeroGridTabulatorDefaultConfig: { shadowOptions: any; }; export declare const zeroGridTabulator: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{ shadowOptions: any; baseName: string; template: import("@microsoft/fast-element").ViewTemplate; styles: import("@microsoft/fast-element").ElementStyles; }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{ shadowOptions: any; baseName: string; template: import("@microsoft/fast-element").ViewTemplate; styles: import("@microsoft/fast-element").ElementStyles; }, typeof ZeroGridTabulator>; //# sourceMappingURL=grid-tabulator.d.ts.map