type $$ComponentProps = { showFirst: boolean; showReplacement: boolean; legacyCleanup: boolean; }; declare const CompoundRegistrationWrapper: import("svelte").Component<$$ComponentProps, {}, "">; type CompoundRegistrationWrapper = ReturnType; export default CompoundRegistrationWrapper; //# sourceMappingURL=compound-registration-wrapper.fixture.svelte.d.ts.map