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