import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const LogOffReport: React.MemoExoticComponent>; declare type LogOffReportRef = PathIconRef; declare type LogOffReportProps = PathIconProps; export { LogOffReport }; export type { LogOffReportRef, LogOffReportProps }; export default LogOffReport;