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