declare const _default: "\n html,\n body,\n p,\n ol,\n ul,\n li,\n dl,\n dt,\n dd,\n blockquote,\n figure,\n fieldset,\n legend,\n textarea,\n pre,\n iframe,\n hr,\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 0;\n padding: 0;\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n font-size: 100%;\n font-weight: normal;\n }\n\n ul {\n list-style: none;\n }\n\n button,\n input,\n select,\n textarea {\n margin: 0;\n }\n\n html {\n box-sizing: border-box;\n }\n\n *,\n *:before,\n *:after {\n box-sizing: inherit;\n }\n\n img,\n embed,\n iframe,\n object,\n audio,\n video {\n height: auto;\n max-width: 100%;\n }\n\n iframe {\n border: 0;\n }\n\n table {\n border-collapse: collapse;\n border-spacing: 0;\n }\n\n td,\n th {\n padding: 0;\n text-align: left;\n }\n";
export default _default;