import { LoaderStarProps } from "./loader-star.component"; export declare const StyledLoaderStarWrapper: import("styled-components").StyledComponent<"div", any, LoaderStarProps, never>; export declare const StyledLabel: import("styled-components").StyledComponent<{ ({ variant, as, id, fluid, inverse, size, tint, weight, truncate, color, children, screenReaderOnly, "aria-live": ariaLive, "aria-hidden": ariaHidden, ...rest }: import("../typography").TypographyProps): import("react").JSX.Element; displayName: string; }, any, {}, never>; export declare const StyledStars: import("styled-components").StyledComponent<"div", any, {}, never>;