import type { AlloyComponent } from '../../api/component/ComponentApi'; import type { ReflectingConfig, ReflectingState } from './ReflectingTypes'; declare const getState: (component: AlloyComponent, replaceConfig: ReflectingConfig, reflectState: ReflectingState) => ReflectingState; export { getState }; //# sourceMappingURL=ReflectingApis.d.ts.map