import { IStyle } from 'fela'; import { IPaymentMethodStyle } from './IPaymentMethod'; export declare const truncateStyle: IStyle; export declare const titleStyle: IPaymentMethodStyle; export declare const containerStyle: IPaymentMethodStyle; export declare const contentStyle: IPaymentMethodStyle;