interface PropsType {
    initAuthType?: {
        type: string;
    };
    disabled?: boolean;
    onDigestSave: (vals: any) => void;
}
export declare const AuthType: ({ initAuthType, disabled, onDigestSave }: PropsType) => JSX.Element;
export {};
