import type { ElementViewTemplate } from "@microsoft/fast-element"; import type { SearchBox } from "./search-box.js"; /** * The template for the {@link @fabric-msft/fabric-web#(SearchBox:class)} component. * @public */ export declare function searchBoxTemplate(): ElementViewTemplate; export declare const template: ElementViewTemplate; //# sourceMappingURL=search-box.template.d.ts.map