interface StyledIconProps { color: string; size: string; } export declare const StyledIcon: import("styled-components").StyledComponent<"svg", any, StyledIconProps, never>; export default undefined;