import './dynamic-send-action-btn.scss'; import { h } from 'preact'; export declare function initializeProgressOnButton(buttonElement: HTMLElement, timeOut: number, hostInstance: any): (() => void) | null; export declare function DynamicSendActionBtn(props: any): h.JSX.Element;