import { ProppyFactory, ProppyFactoryOptions } from './types'; export declare function create(options: ProppyFactoryOptions): ProppyFactory;