import React from 'react'; /** * The dim "interrupted" row shown when the user stops a turn, ported from * the leak's `InterruptedByUser.tsx`. */ export declare function InterruptedByUser(): React.ReactNode; //# sourceMappingURL=InterruptedByUser.d.ts.map