declare const useStyles: (data?: { theme?: (import("../styles").ThemeBase & { custom: unknown; }) | undefined; } | undefined) => import("../typings").Classes<"error" | "warning" | "info" | "success" | "text" | "default" | "center" | "left" | "right" | "root" | "divider" | "open" | "icon" | "buttonBase" | "actionButton" | "actionLabel" | "closeButton" | "closeButtonIcon" | "hideDurationWrapper" | "hideDurationIndicator" | "autoHidable">; export default useStyles;