declare const positionProps: readonly ["static", "absolute", "relative", "fixed", "inherit"]; export type PositionProps = (typeof positionProps)[number]; export { positionProps };