import { GeneratingStateProps } from './generatingState.types'; export declare const GeneratingState: ({ highlight, icon, text, description, ...props }: GeneratingStateProps) => import("react/jsx-runtime").JSX.Element; export type { GeneratingStateProps }; export default GeneratingState;