/// export declare const systemFormType: { label: string; value: string; }[]; export declare const levelOptions: { label: string; value: string; }[]; export declare const formTypeOptions: { label: string; value: string; }[]; export declare const selectTypeOption: { label: string; value: number; }[]; declare const _default: ({ ignoreFormType, ignoreRuleName, ignoreField, disabled, hideShow, formTypeProps, hideRequired, showFieldProps, requiredFieldProps, nameProps, }: any) => import("react").JSX.Element; export default _default;