import { Scheduler as FoundationScheduler } from '@genesislcap/foundation-ui'; /** * @tagname %%prefix%%-scheduler */ export declare class Scheduler extends FoundationScheduler { } export declare const zeroScheduler: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{ baseName: string; template: import("@microsoft/fast-element").ViewTemplate; styles: import("@microsoft/fast-element").ElementStyles; shadowOptions: ShadowRootInit; }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{ baseName: string; template: import("@microsoft/fast-element").ViewTemplate; styles: import("@microsoft/fast-element").ElementStyles; shadowOptions: ShadowRootInit; }, typeof Scheduler>; //# sourceMappingURL=scheduler.d.ts.map