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