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