import { h } from 'preact'; import type { PropsWithChildren } from "../../types/components/common"; export declare function ConfirmPopupButton({ children }: PropsWithChildren): h.JSX.Element;