import type { AlloyComponent } from '../../api/component/ComponentApi'; import type { AlloySpec } from '../../api/component/SpecTypes'; declare const withoutReuse: (parent: AlloyComponent, data: AlloySpec[]) => void; declare const withReuse: (parent: AlloyComponent, data: AlloySpec[]) => void; export { withoutReuse, withReuse }; //# sourceMappingURL=ReplacingAll.d.ts.map