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