UNPKG

liber-salti

Version:

Saltí - Liber Design System

10 lines (9 loc) 603 B
/// <reference types="react" /> export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledTypography: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../types").TypographyProps & import("react").RefAttributes<HTMLSpanElement>>, any, { variant: "subtitle2"; color: "textSecondary"; }, "color" | "variant">; export declare const StyledIcon: import("styled-components").StyledComponent<import("react").FC<import("../types").IconProps>, any, { size: "large"; }, "size">;