import { type TemplateResult } from '../../../../Dom/Html'; import type { FilePickerElement } from './FilePickerElement'; /** * The template of the `FilePickerElement`. * * @public */ export declare function filePickerElementTemplate(e: T): TemplateResult; //# sourceMappingURL=FilePickerElementTemplate.d.ts.map