import { Theme } from '@mui/material'; export declare const styles: { root: { display: "flex"; alignItems: "center"; flex: string; gap: ({ spacing }: Theme) => string; }; };