export type PromptInputTodoListProps = { className?: string; }; export declare function PromptInputTodoList({ className }: PromptInputTodoListProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=prompt-input-todo-list.d.ts.map