import { PropType } from 'vue';
import type { LoginConfig } from '../../types/configs';
declare const _sfc_main: import("vue").DefineComponent<{
    config: {
        type: PropType<LoginConfig<any>>;
        required: true;
    };
}, {
    error: import("vue").Ref<string>;
    fieldErrors: import("vue").Ref<Record<string, string>>;
    noBackend: import("vue").ComputedRef<boolean | undefined>;
    initialData: Record<string, string>;
    isMultipleLanguages: import("vue").ComputedRef<any>;
    customT: (data: import('../../utils/core/translate').TranslateData) => string;
    customLogo: string | undefined;
    logo: string;
    login: (data: {
        form: Record<string, any>;
        newForm: Record<string, any>;
    }) => Promise<void>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    config: {
        type: PropType<LoginConfig<any>>;
        required: true;
    };
}>>, {}, {}>;
export default _sfc_main;
