import { Theme } from '../../theme'; declare const styles: (theme: Theme) => Record<"root" | "thumbnail" | "selected" | "topLeft" | "topRight" | "presentationDetails", import("@material-ui/core/styles/withStyles").CSSProperties>; export default styles;