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