import { ExtendedHTMLElement } from '../../../helper/dom'; export interface PromptInputStopButtonPrompts { tabId: string; onClick: () => void; } export declare class PromptInputStopButton { render: ExtendedHTMLElement; private readonly props; constructor(props: PromptInputStopButtonPrompts); private readonly checkVisibilityState; }