/// <reference types="react" />
import { PanelItemProps } from './types';
declare const UpDataPanelItem: {
    (props: PanelItemProps): JSX.Element;
    defaultProps: {
        displayMode: string;
        showOnlyNotEmptyValue: boolean;
    };
};
export default UpDataPanelItem;
