import React from 'react'; import { QueryRequest, QueryServiceClient } from '@parca/client'; import { ProfileSource } from '../../../ProfileSource'; interface Props { profileSource?: ProfileSource; queryClient?: QueryServiceClient; queryRequest?: QueryRequest; onDownloadPProf: () => void; pprofdownloading: boolean; profileViewExternalSubActions: React.ReactNode; } declare const ShareButton: ({ queryRequest, queryClient, profileSource, onDownloadPProf, pprofdownloading, profileViewExternalSubActions, }: Props) => JSX.Element; export default ShareButton; //# sourceMappingURL=index.d.ts.map