export declare const DefaultGlobalStyling: { ":root": { "--ready": string; }; html: { WebkitFontSmoothing: string; MozOsxFontSmoothing: string; boxSizing: string; }; "*, *:before, *:after": { boxSizing: string; }; "strong, b": { fontWeight: number; }; body: { backgroundColor: string; "& @media print": { backgroundColor: string; }; fontFamily: string; color: string; } | { backgroundColor: string; "& @media print": { backgroundColor: string; }; fontFamily: string; color: string; }; a: { outline: string; textDecoration: string; color: string; }; };