import type { PlainObject } from '../types';
import type { Cash } from 'cash-dom';
declare const hyperScript: (selector: string, props?: PlainObject<any>) => Cash;
export default hyperScript;
