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