import * as React from 'react'; export interface StyledIconProps extends React.HTMLAttributes { } export declare const StyledIconContainer: any;