import * as H from 'history'; import * as React from 'react'; import * as GQL from '../../../backend/graphqlschema'; interface Props { repoID: GQL.ID; repoPath: string; commitID: string; rev: string | undefined; filePath: string; history: H.History; location: H.Location; } interface State { title?: string; } export declare class DiscussionsCreate extends React.PureComponent { constructor(props: Props); render(): JSX.Element | null; private onSubmit; private onTitleChange; } export {}; //# sourceMappingURL=DiscussionsCreate.d.ts.map