UNPKG

@sinchsmb/ui-kit

Version:

UI kit for SinchSMB frontend

5 lines (4 loc) 574 B
/// <reference types="react" /> export declare const StyledSpanWithAction: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export declare const StyledSpan: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export declare const TunedIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../Icon/Icon").IconProps & import("react").RefAttributes<SVGSVGElement>>, import("styled-components").DefaultTheme, {}, never>;