import { PropsWithChildren, ReactNode } from 'react'; export declare function IfInMiniApp({ fallback, children, }: PropsWithChildren<{ fallback?: ReactNode; }>): ReactNode; //# sourceMappingURL=IfInMiniApp.d.ts.map