import { Selector } from "../../../mdk-core/src";
declare function tp(targets: Selector, destination: Selector, rotation?: string): string;
declare function tp(targets: Selector, location: string): string;
export default tp;
