import '@sjsf/basic-theme/components/label.svelte';
declare const Label: import("svelte").Component<import("@sjsf/form/fields/components").ComponentCommonProps & {
    title: string;
}, {}, "">;
type Label = ReturnType<typeof Label>;
export default Label;
