import { SxProps, Theme } from "@mui/material";
declare const styles: {
    [key: string]: SxProps<Theme>;
};
export default styles;
