import { type WithElementRef } from "../../../utils.js";
import type { HTMLAttributes } from "svelte/elements";
declare const FieldTitle: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
type FieldTitle = ReturnType<typeof FieldTitle>;
export default FieldTitle;
