import type { EmbedGithubModel, EmbedGithubStyles } from '@blocksuite/affine-model'; import { EmbedBlockComponent } from '../common/embed-block-element.js'; import type { EmbedGithubBlockService } from './embed-github-service.js'; export declare class EmbedGithubBlockComponent extends EmbedBlockComponent { static styles: import("lit").CSSResult; _cardStyle: (typeof EmbedGithubStyles)[number]; open: () => void; refreshData: () => void; refreshStatus: () => void; private _handleAssigneeClick; private _handleDoubleClick; private _selectBlock; protected _handleClick(event: MouseEvent): void; connectedCallback(): void; renderBlock(): import("lit-html").TemplateResult<1>; accessor loading: boolean; } //# sourceMappingURL=embed-github-block.d.ts.map