import { Theme } from '@mui/material'; export declare const styles: { zoom: { position: "relative"; height: ({ spacing }: Theme) => string; aspectRatio: number; display: "flex"; alignItems: "center"; justifyContent: "center"; }; paper: { display: "flex"; backgroundColor: ({ palette }: Theme) => string; width: string; overflow: "hidden"; boxShadow: ({ shadows }: Theme) => string; borderRadius: ({ spacing }: Theme) => string; button: { borderRadius: number; }; }; circularProgress: { position: "absolute"; }; };