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