import { TColorVariant, TSizeVariant } from "./types"; export declare const FeaturedIcon: import("styled-components").StyledComponent<"figure", import("styled-components").DefaultTheme, { $color: TColorVariant; $size: TSizeVariant; }, never>;