export declare function showInputBar(props: { text: string; placeholder: string; }): Promise<{ text: string; }>; export default showInputBar;