import { AttributeEditorForwardRefType, AttributeEditorProps } from './interfaces';
declare const AttributeEditor: AttributeEditorForwardRefType;
export { AttributeEditorProps };
export default AttributeEditor;
