import type { SugarElement } from '@ephox/sugar'; import type * as fc from 'fast-check'; import type { SchemaDetail } from './ArbSchemaTypes'; declare const arbOf: (component: string, extras?: Record>) => fc.Arbitrary>; export { arbOf }; //# sourceMappingURL=ArbContent.d.ts.map