/// import { UNCard, UNComponentsOnLoadResponse } from '../../types/shared'; import { UNCreateCardComponentResources, UNCreateCardType } from '../../types/shared/createCard.types'; export interface UNCreateCardComponentProps { accountId?: string; cardTypes: UNCreateCardType[]; virtualCardFee?: number; physicalCardFee?: number; theme?: string; language?: string; onLoad?: (response: UNComponentsOnLoadResponse) => void; onCardCreated?: (cardData: UNCard) => void; } declare const _default: (props: UNCreateCardComponentProps) => JSX.Element; export default _default; //# sourceMappingURL=UNCreateCardComponent.d.ts.map