import { WithFallbackPropsOptional } from '../with-fallback.js'; import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types'; import 'react'; declare const WithdrawButtonElement: { (props: WithFallbackPropsOptional<_whop_embedded_components_vanilla_js_types.WithdrawButtonElementOptions>): React.ReactNode; displayName: string; type: string; }; export { WithdrawButtonElement };