import React from 'react';
import { EditorComponent, FormComponentProps } from '@tomino/dynamic-form';
import { AuthItemProps } from './auth_item_view';
export declare const AuthItemEditorComponent: React.FC<FormComponentProps<AuthItemProps>>;
export declare const AuthItemEditor: EditorComponent;
