import { createMakeAndWithStyles } from 'tss-react'; import type { Theme } from '@mui/material/styles'; type MakeAndWithStyles = ReturnType>; export declare const makeStyles: MakeAndWithStyles['makeStyles']; export declare const withStyles: MakeAndWithStyles['withStyles']; export {};