///
export declare const RatingStarsWrapperStyled: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const RatingStarsStyled: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & {
$size?: number;
$gap?: number;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const RatingStarsFeedbackStyled: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;