import type { ElementViewTemplate } from "@microsoft/fast-element"; import type { TextInput } from "./text-input.js"; /** * Generates a template for the TextInput component. * * @public */ export declare function textInputTemplate(): ElementViewTemplate; /** * @internal */ export declare const template: ElementViewTemplate; //# sourceMappingURL=text-input.template.d.ts.map