import type { ViewTemplate } from '@microsoft/fast-element'; import type { FoundationElementTemplate } from '@microsoft/fast-foundation'; import type { DateField, DateFieldOptions } from './date-field.js'; /** * The template for the {@link @jupyter/web-components#(DateField:class)} component. * @public */ export declare const dateFieldTemplate: FoundationElementTemplate, DateFieldOptions>;