import { Theme } from '@mui/material'; export declare const styles: { skeleton: { graph: { readonly container: { readonly display: "flex"; readonly alignItems: "center"; readonly justifyContent: "space-between"; readonly flexDirection: "column"; readonly gap: ({ spacing }: Theme) => string; readonly height: ({ spacing }: Theme) => string; }; }; }; };