import { ComponentProps } from 'react'; export interface PromptInputSubmitProps extends ComponentProps<'button'> { } export declare function PromptInputSubmit({ className, children, onClick, disabled, 'aria-label': ariaLabel, ...props }: PromptInputSubmitProps): import("react/jsx-runtime").JSX.Element; export declare namespace PromptInputSubmit { var displayName: string; } //# sourceMappingURL=prompt-input-submit.d.ts.map