import React from 'react';
export type StopAIGenerationButtonProps = React.ComponentProps<'button'>;
export declare const StopAIGenerationButton: ({ onClick, ...restProps }: StopAIGenerationButtonProps) => React.JSX.Element;
