import * as React from 'react'; declare const SingleFormDemo: React.FC<{ noLabel?: boolean; }>; export default SingleFormDemo;