import { ComponentProps, ComponentType } from 'react'; import type { VariableKey } from '@devcycle/types'; export declare const SwapComponents: >(OldComponent: T, NewComponent: T, variableKey: VariableKey) => (props: ComponentProps) => React.ReactElement;