import * as React from 'react';
import { StyledIconProps } from '../StyledIconBase';
export declare type StyledIcon = React.ForwardRefExoticComponent<React.PropsWithoutRef<StyledIconProps> & React.RefAttributes<SVGSVGElement>>;
export { StyledIconProps };
