import { FunctionComponent } from 'react'; import { CustomRenderingSupport, IncludedTheme } from './customise'; interface IProps { theme?: IncludedTheme; customRendering?: CustomRenderingSupport; className?: string; } export declare const CucumberReact: FunctionComponent; export {}; //# sourceMappingURL=CucumberReact.d.ts.map