import ffcClient, { Ffc } from './ffc'; export * from './types'; export { Ffc }; export default ffcClient; declare global { var App: any; var Page: any; var Component: any; }