import type { PropertyValue } from "@stitches/core"; export declare const position: { /** * The CSS `position` property */ pos: (value: PropertyValue<"position">) => { position: { readonly [$$PropertyValue]: "position"; }; }; }; //# sourceMappingURL=position.d.ts.map