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