import { ElementType, HTMLHopeProps, SinglePartComponentStyleConfig } from "../types"; import { BadgeVariants } from "./badge.styles"; declare type ThemeableBadgeOptions = Pick; export declare type BadgeStyleConfig = SinglePartComponentStyleConfig; export declare type BadgeProps = HTMLHopeProps; /** * Badges are used to highlight an item's status for quick recognition. */ export declare function Badge(props: BadgeProps): import("solid-js").JSX.Element; export declare namespace Badge { var toString: () => string; } export {}; //# sourceMappingURL=badge.d.ts.map