// SPDX-License-Identifier: MIT // Copyright (c) 2023 The Pybricks Authors declare module 'react-splitter-layout' { export = class SplitterLayout extends React.PureComponent {}; }