import { MitosisNode } from '../types/mitosis-node';
export declare const getBuilderTagName: (node: MitosisNode) => string | undefined;
