/** * @deprecated no longer recommended, see LUI-877, LUI-910, and LUI-875 for more details */ export declare const cssResetObj: { readonly all: "initial"; readonly boxSizing: "border-box"; }; /** * @deprecated no longer recommended, see LUI-877, LUI-910, and LUI-875 for more details */ export declare const cssReset: import("styled-components").FlattenSimpleInterpolation;