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