import { ComponentType, SVGAttributes } from 'react'; import { Theme } from '../../theme'; declare type Props = { color?: string; size?: number; icon: ComponentType>; }; declare const StyledIcon: import("@emotion/styled-base").StyledComponent, Theme>; export { StyledIcon as Icon };