/// <reference types="react" />
export declare const StatusBadgeStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<any, {
    color?: string | undefined;
}>> | (import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<any, {
    color?: string | undefined;
}>> & Omit<any, keyof import("react").Component<any, {}, any>>);
export declare const StatusBadge: ({ children, textColor, ...rest }: any) => import("react/jsx-runtime").JSX.Element;
