import { MitosisNode } from '../types/mitosis-node';
export declare function getBindingsCode(children: MitosisNode[]): string[];
