import { Store } from 'redux'; import { State } from '../types/store'; import { API } from './types'; export declare const stylis: any; declare class EmbedAPI { static stylis: any; static version: any; store: Store; static root: import("./renderer").Root; node: HTMLDivElement; api: API; on: API['on']; emit: API['emit']; } export default EmbedAPI;