import * as React from 'react'; import * as GQL from '../../backend/graphqlschema'; interface AccessTokenCreatedAlertProps { className: string; tokenSecret: string; token: GQL.IAccessToken; } /** * Displays a message informing the user to copy and save the newly created access token. */ export declare class AccessTokenCreatedAlert extends React.PureComponent { render(): JSX.Element | null; } export {}; //# sourceMappingURL=AccessTokenCreatedAlert.d.ts.map