import * as preact from 'preact'; export * from 'preact'; export { createPortal } from 'preact/compat'; declare function flushSync(runBeforeFlush: any): void; declare function createContext(defaultValue: T): preact.Context; export { createContext, flushSync };