import { default as React } from 'react'; import { SourceSyncConfiguration } from './AskFeltDB'; export interface ProposalBrowserProps { serviceUrl?: string; token?: string; applicationId: string; environment: string; applicationName?: string; sourceSync?: SourceSyncConfiguration; } export declare function ProposalBrowser({ serviceUrl, token, applicationId, environment, applicationName, sourceSync, }: ProposalBrowserProps): React.JSX.Element; //# sourceMappingURL=ProposalBrowser.d.ts.map