import * as React from 'react'; import * as typings from './source.type'; export default class Source extends React.Component { static defaultProps: typings.PropsDefine; state: typings.StateDefine; render(): JSX.Element; }