declare const _default: ({ currentRecord, visible, setVisible, entryType, logId }: { currentRecord: any; visible: any; setVisible: any; entryType?: string; logId: any; }) => JSX.Element; export default _default;