import React from 'react'; import '../g.scss'; declare function LabelIcon(props: ILabelIcon): React.JSX.Element; export default LabelIcon; export interface ILabelIcon { title?: any; value?: string | number; selectList?: any; change?: Function; size?: string; paddingSize?: string; wrapStyle?: React.CSSProperties; }