/** * Root component of the application. * Currently renders the TimePicker component for demonstration or testing purposes. * * @returns {JSX.Element} The rendered App component. */ declare function App(): import("react/jsx-runtime").JSX.Element; export default App; //# sourceMappingURL=App.d.ts.map