import { Colors } from '@lendi/ui/Theme'; export declare const isHex: (str: string) => RegExpMatchArray | null; type ValidHex = string; export interface IconProps { color?: Colors | ValidHex; width?: string; height?: string; className?: string; } export declare const IconWrapper: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IconProps, never>; export {};