import { FC } from '@dineug/r-html'; export type GlobalStylesProps = {}; declare const GlobalStyles: FC; export default GlobalStyles;