import { Config } from './core'; import { RoughGenerator } from './generator'; import { RoughReactNativeSVG } from './react-native-svg'; export { useRough, useRoughShape, useRoughShapes, useStableRough, useDeepMemoWithDebug, debugUtils, type ShapeParams, type ShapeDefinition, } from './react-hooks'; declare const _default: { reactNativeSvg(config?: Config): RoughReactNativeSVG; generator(config?: Config): RoughGenerator; newSeed(): number; }; export default _default;