import type { ElementViewTemplate } from "@microsoft/fast-element"; import { LoadingButton } from "./loading-button"; /** * The template for the {@link @fabric-msft/fabric-web#LoadingButton} component. * @public */ export declare const template: ElementViewTemplate; //# sourceMappingURL=loading-button.template.d.ts.map