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