import type { ComponentProps } from '../../styled-system/types'; export type BadgeProps = ComponentProps; export declare const Badge: import("../../styled-system/types").StyledComponent, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject | null | undefined; } & import("@ark-ui/react").PolymorphicProps>, import("../../styled-system/recipes").BadgeVariantProps>;