import React from 'react'; interface IFieldsSelectPanelProps { isOpen?: boolean; type?: string; error?: string; onDismiss?: () => void; onSubmit?: (e: any) => void; } declare const _default: React.ForwardRefExoticComponent; } & Partial<{ unwrap?: boolean; }> & React.RefAttributes>; export default _default;