import React from 'react'; /** * Working-activity indicator picker in the CC ModelPicker style (ported * from the pi extension's `/activity` interactive select): a * permission-colored Pane listing every preset (random first) with its * frame preview, `❯` focus pointer and `✓` on the active preset. Enter * applies through `channel.setActivityFrames`, Esc cancels. */ export declare function ActivityPicker({ focusIndex, currentPreset, }: { focusIndex: number; currentPreset: string | undefined; }): React.ReactNode; //# sourceMappingURL=ActivityPicker.d.ts.map