import { BadgeUnstyledClasses, badgeUnstyledClasses } from "@suid/base/BadgeUnstyled"; export interface BadgeClasses extends BadgeUnstyledClasses { colorError: string; colorInfo: string; colorPrimary: string; colorSecondary: string; colorSuccess: string; colorWarning: string; overlapRectangular: string; overlapCircular: string; anchorOriginTopLeftCircular: string; anchorOriginTopLeftRectangular: string; anchorOriginTopRightCircular: string; anchorOriginTopRightRectangular: string; anchorOriginBottomLeftCircular: string; anchorOriginBottomLeftRectangular: string; anchorOriginBottomRightCircular: string; anchorOriginBottomRightRectangular: string; } export type BadgeUnstyledClassKey = keyof BadgeClasses; export declare function getBadgeUtilityClass(slot: string): string; export declare const badgeClasses: BadgeClasses; export default badgeUnstyledClasses; //# sourceMappingURL=badgeClasses.d.ts.map