import { StyledBadgeProps } from './Widget.types'; import { Box } from '../Box'; import { CSSObject, FlattenSimpleInterpolation } from 'styled-components'; export declare const StyledContainer: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, { className: string; } & { $css?: string | CSSObject | FlattenSimpleInterpolation | undefined; }, "className">; export declare const StyledHeader: typeof Box; export declare const StyledContent: typeof Box; export declare const StyledFooter: typeof Box; export declare const StyledBadge: import('react').ComponentType;