import type { DateFieldLabelProps } from "../types.js"; declare const DateFieldLabel: import("svelte").Component; type DateFieldLabel = ReturnType; export default DateFieldLabel;