/// import { UNCardMenuAction, UNComponentsOnLoadResponse } from '../../types/shared'; export interface UNCardActionComponentProps { cardId: string; action: UNCardMenuAction; theme?: string; language?: string; onLoad?: (response: UNComponentsOnLoadResponse) => void; onCloseFlow?: () => void; } declare const _default: (props: UNCardActionComponentProps) => JSX.Element; export default _default; //# sourceMappingURL=UNCardActionComponent.d.ts.map