import type { FieldLabelProps } from './types';
declare const FieldLabel: import("svelte").Component<FieldLabelProps, {}, "">;
type FieldLabel = ReturnType<typeof FieldLabel>;
export default FieldLabel;
