interface Attrs { [key: string]: any; } declare function spreadProps(node: Element, attrs: Attrs, machineId?: string): () => void; export { type Attrs, spreadProps };