declare const baseline: { html: { WebkitFontSmoothing: string; }; body: { backgroundColor: string; boxSizing: string; color: string; fontFamily: string; fontSize: string; fontWeight: string; lineHeight: string; margin: number; textRendering: string; }; a: { transition: string; textDecoration: string; }; 'input[type=search]::-ms-clear': { display: string; width: number; height: number; }; 'input[type=search]::-ms-reveal': { display: string; width: number; height: number; }; 'input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration': { display: string; }; ':root': { '--annotation-font-size': string; '--annotation-font-weight': string; '--annotation-border-radius': string; '--annotator-btn-color': string; '--annotator-btn-bg': string; '--annotator-btn-add-color': string; '--annotator-btn-add-bg': string; '--sidebar-spacing': string; '--sidebar-btn-group': string; '--sidebar-btn-group-spacing': string; }; }; export default baseline;