declare const CUSTOM_PROPS: ({ key: string; istodoBind: boolean; label: string; groupsName: string; type: string; props: { dependProps: { showHead: boolean; showCustom: { hasCustom: boolean; }; }; defaultValue: string; options: { title: string; value: string; }[]; }; enableI18n?: undefined; } | { key: string; label: string; type: string; groupsName: string; enableI18n: boolean; props: { dependProps: { showHead: boolean; showCustom: { hasCustom: boolean; }; }; defaultValue?: undefined; options?: undefined; }; istodoBind: boolean; } | { key: string; label: string; type: string; groupsName: string; props: { dependProps: { showHead: boolean; showCustom: { hasCustom: boolean; }; }; defaultValue?: undefined; options?: undefined; }; istodoBind: boolean; enableI18n?: undefined; } | { key: string; label: string; type: string; groupsName: string; props: { dependProps: { showHead: boolean; showCustom: { hasCustom: boolean; }; }; defaultValue: string; options?: undefined; }; istodoBind?: undefined; enableI18n?: undefined; })[]; export { CUSTOM_PROPS };