export interface StripeElementStyleInterface { '::placeholder'?: StripeElementStyleInterface; color?: string; fontFamily?: string; fontSize?: string; fontSmoothing?: string; fontWeight?: number; }