export declare type PositionCombo = "topLeft" | "topRight" | "bottomLeft" | "bottomRight"; export declare type VariantColorCombo = "filledPrimary" | "filledSecondary" | "dottedPrimary" | "dottedSecondary"; declare const useStyles: (data?: { theme?: (import("../styles").ThemeBase & { custom: unknown; }) | undefined; } | undefined) => import("../typings").Classes<"large" | "medium" | "small" | "visible" | "root" | "dotted" | "relative" | "filled" | "filledPrimary" | "filledSecondary" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "dottedPrimary" | "dottedSecondary" | "standalone" | "notDottedBadge" | "anchorElement" | "rectangularOverlapping" | "circularOverlapping">; export default useStyles;