import React from 'react'; import { type FlexComponentProps } from 'reflexy/styled'; export interface BadgeProps extends FlexComponentProps { count?: React.ReactNode | undefined; loading?: boolean | undefined; } declare const _default: import("@emotion/styled").StyledComponent, {}, {}>; export default _default;