import '@power-elements/stripe-elements'; import { CSSResult, LitElement } from 'lit'; export declare class SkhemataFormStripe extends LitElement { static styles: CSSResult[]; error: any; source: any; submitDisabled: boolean; publishableKey: string; stripeElements?: HTMLElement | null; onChange(e: any): void; onClick(): void; onSource(e: any): void; onError(e: any): void; firstUpdated(): void; render(): import("lit-html").TemplateResult<1>; }