///
import type { ControlPanelProps } from '../../core';
export interface Props {
entityId: string;
slotId: string;
contentTypeId: string;
textValue?: string;
}
export declare const SwapControl: ({ entityId, slotId, contentTypeId, textValue, entityDispatch, }: ControlPanelProps) => JSX.Element;