import React from 'react'; import '../g.scss'; declare function LabelTwoInput(props: ILabelIcon): React.JSX.Element; export default LabelTwoInput; export interface ILabelIcon { oneValue?: string; twoValue?: string; onePlaceholderValue?: string; twoPlaceholderValue?: string; size?: string; change?: Function; wrapStyle?: React.CSSProperties; }