import type { ImageGeneratingProps as RegistryImageGeneratingProps } from '../../../../registry/chat/image-generating'; export type ImageGeneratingProps = Omit; export declare function ImageGenerating(props: ImageGeneratingProps): import("react/jsx-runtime").JSX.Element; export declare namespace ImageGenerating { var displayName: string; } export declare const ImageGenerationPlaceholder: typeof ImageGenerating; export type ImageGenerationPlaceholderProps = ImageGeneratingProps;