import { Theme } from '../../theme'; declare const styles: (theme: Theme) => Record<"round" | "icon" | "checkbox" | "root" | "label" | "checkboxContainer" | "iconContainer" | "iconDisabled" | "iconChecked" | "iconCheckedDisabled" | "labelContainer" | "labelDisabled", import("@material-ui/core/styles/withStyles").CSSProperties>; export default styles;