import { TransformComponent as TC } from '../runtime'; export type MaybeVisualPositionOptions = Record; /** * 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;