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