import * as Css from 'csstype'; import { type GenericToken, type ThemeToken } from './types'; import { type Length } from '../utility-types'; export declare const positionStyleProperties: import("./types").StylePropertyConfigs; export type PositionProps = { position?: GenericToken; pos?: GenericToken; zIndex?: ThemeToken; inset?: ThemeToken>; insetX?: ThemeToken>; insetY?: ThemeToken>; insetInline?: ThemeToken>; insetBlock?: ThemeToken>; top?: ThemeToken>; right?: ThemeToken>; bottom?: ThemeToken>; left?: ThemeToken>; insetBlockStart?: ThemeToken>; insetBlockEnd?: ThemeToken>; insetInlineStart?: ThemeToken>; insetStart?: ThemeToken>; insetInlineEnd?: ThemeToken>; insetEnd?: ThemeToken>; };