import React from 'react'; import './workaround'; import i18n from '@common/locales'; import { IProviderInit, TTheme } from '@types'; export interface ITicketFlowProperties { apiKey: string; collectionId: string; initJson?: IProviderInit; theme?: TTheme; internationalization?: typeof i18n; } export declare const TicketFlow: React.FC; export interface IWrapperElement { internationalization: typeof i18n; children: React.ReactNode; } //# sourceMappingURL=index.d.ts.map