import { Interpolation, useTheme } from '@mui/system'; import { Theme } from '../types/theme'; export { default as styled } from '../styles/styled'; export declare function globalCss(styles: Interpolation<{ theme: Theme; }>): (props: Record) => import("react/jsx-runtime").JSX.Element; export { useTheme };