declare const H2: import("styled-components").StyledComponent<"h2", any, { className: "\n text-2xl\n font-semibold\n text-center\n text-gray-600\n\n dark:text-gray-300\n "; }, "className">; export default H2;