import { Theme } from '@mui/material'; export declare const styles: { root: { typography: string; color: (theme: Theme) => string; marginBlockStart: ({ spacing }: Theme) => string; }; clamped: { display: "-webkit-box"; WebkitLineClamp: number; WebkitBoxOrient: "vertical"; overflow: "hidden"; }; expanded: { display: "block"; }; linkButton: { padding: number; minWidth: string; textTransform: "none"; typography: string; fontWeight: number; textDecoration: string; '&:hover': { backgroundColor: "transparent"; }; }; };