import { TransformComponent as TC } from '../runtime';
export type MaybeVisualPositionOptions = Record<string, never>;
/**
 * Set visual position with style.x and style.y.
 * The priority of style.x, style.y is higher than data.
 */
export declare const MaybeVisualPosition: TC<MaybeVisualPositionOptions>;
