import { type BadgeDotContentRecipeVariants } from './BadgeDot.css'; import { type ElementProps } from '../../../../../types/element/elementProps'; export type BadgeDotOwnProps = BadgeDotContentRecipeVariants & object; export type BadgeDotProps = ElementProps<'span', BadgeDotOwnProps>; export declare function BadgeDot({ size, color, ...spanProps }: BadgeDotProps): import("react/jsx-runtime").JSX.Element; export declare namespace BadgeDot { var displayName: string; } //# sourceMappingURL=BadgeDot.d.ts.map