///
///
/**
* This is a functional component named `App` that returns a JSX element.
* The returned JSX element consists of a View container that wraps around an ImageSlider component.
*
* @returns {JSX.Element} Returns a JSX element representing the App component.
*/
declare const App: () => JSX.Element;
export default App;
//# sourceMappingURL=App.d.ts.map