1 | import * as React from 'react';
|
2 | import { Interpolation } from '@mui/system';
|
3 | import { extendSxProp } from '@mui/system/styleFunctionSx';
|
4 | import { Theme } from '../styles/createTheme';
|
5 | import useTheme from '../styles/useTheme';
|
6 | export { css, keyframes } from '@mui/system';
|
7 | export { default as styled } from '../styles/styled';
|
8 | export declare function globalCss(styles: Interpolation<{
|
9 | theme: Theme;
|
10 | }>): (props: Record<string, any>) => React.JSX.Element;
|
11 | export declare function internal_createExtendSxProp(): typeof extendSxProp;
|
12 | export { useTheme };
|