declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"info" | "success" | "danger" | "warning" | "primary" | "white" | "rose" | "gray" | "link" | "small" | "tiny" | "normal" | "large" | "outline" | "button" | "transparent" | "round" | "smooth" | "disabled" | "fullWidth" | "upcaseText" | "simple" | "roundCorner" | "justIcon">; export default useStyles;