export { webAdapter, getWebComponent } from "./web";
export { nativeAdapter, getNativeComponent } from "./native";
export { useAdapter, usePlatform, useStyles, useIsNative, useIsWeb, usePlatformComponent } from "./hooks";
//# sourceMappingURL=index.d.ts.map