interface LogsHistoryModalProps { autoOpen?: boolean; onClose?: () => void; } export declare function LogsHistoryModal(props: LogsHistoryModalProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=LogsHistoryModal.d.ts.map