export declare const cssReset: { '*, *::before, *::after': { boxSizing: string; }; '*': { margin: number; }; 'html, body, #root, #__next': { height: string; }; body: { lineHeight: number; fontSmoothing: string; }; a: { color: string; textDecoration: string; cursor: string; }; 'img, picture, video, canvas, svg': { display: string; maxWidth: string; }; 'input, button, textarea, select': { font: string; }; 'p, h1, h2, h3, h4, h5, h6': { overflowWrap: string; }; '#root, #__next': { isolation: string; }; '[hidden]': { display: string; }; };