export * from './navigation'; export * from './storage'; export * from './statusbar'; export * from './theme'; export * from './animation'; export * from './components'; export * from './utils'; export type PageProps = { route: { params: T; }; }; //# sourceMappingURL=index.d.ts.map