import type { ComponentType } from 'react';
import type { BadgeProps } from '@mui/material';
interface BadgeStyledProps {
    customColor?: string;
}
type BadgeStyledPropsType = BadgeProps & BadgeStyledProps;
export declare const Badge: ComponentType<BadgeStyledPropsType>;
export {};
//# sourceMappingURL=Badge.styled.d.ts.map