/** * Demo application wrapper for {@link SwatchModule}. * * Provides local UI controls to: * - toggle module open/close state * - switch between different data input modes * - handle output payload from the module * * @component */ declare function App(): import("react/jsx-runtime").JSX.Element; export default App;