import { ElementViewTemplate } from '@microsoft/fast-element'; import type { Textarea } from './textarea.js'; import type { TextareaOptions } from './textarea.options.js'; /** * The template for the Textarea component. * @public */ export declare function TextareaTemplate(options?: TextareaOptions): ElementViewTemplate; export declare const template: ElementViewTemplate