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