import { Theme } from '../theming/index' import { ReactChild } from 'react' export interface ContactlessProviderProps { theme?: Theme children?: ReactChild }