import type { StackProps } from '@mui/material'; import type { PropsWithChildren } from 'react'; import React from 'react'; /** Props for {@link InputFieldsStack}. */ export interface InputFieldsStackProps extends StackProps, PropsWithChildren { } /** Responsive stack of credit card input fields (name, number, CVC, expiry, zip, email). */ export declare const InputFieldsStack: React.FC; //# sourceMappingURL=InputFieldsStack.d.ts.map