import React from 'react'; export type StopAIGenerationButtonProps = React.ComponentProps<'button'>; export declare const StopAIGenerationButton: ({ onClick, ...restProps }: StopAIGenerationButtonProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=StopAIGenerationButton.d.ts.map