import { FunctionComponent } from 'preact'; import { HTMLAttributes } from 'preact/compat'; export interface CheckoutPaymentMethodsSkeletonProps extends HTMLAttributes { } export declare const CheckoutPaymentMethodsSkeleton: FunctionComponent; //# sourceMappingURL=CheckoutPaymentMethodsSkeleton.d.ts.map