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