import { ExtractPropTypes } from "vue";
export declare const ifNodeProps: Record<string, any>;
export type IfNodeProps = ExtractPropTypes<typeof ifNodeProps>;
