export declare const ShadowStyles: { readonly sharp: "sharp"; readonly blur: "blur"; readonly ghost: "ghost"; }; export declare const baseShadowHex = "rgba(0, 0, 0, 0.8)"; export declare type HellerShadowStylesType = typeof ShadowStyles; export declare type HellerShadowKey = keyof HellerShadowStylesType; export declare type HellerShadowValue = typeof ShadowStyles[HellerShadowKey];