import React from 'react'; interface Props { text: string; color: string; backgroundColor: string; } declare const BadgeStatus: ({ text, color, backgroundColor }: Props) => React.JSX.Element; export default BadgeStatus; //# sourceMappingURL=index.d.ts.map