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: ({ parentFormsList, row, ignoreFormType, disabled, formTypeProps, hideRequired, }: { parentFormsList?: any[]; row: any; ignoreFormType?: any[]; disabled: any; formTypeProps: any; hideRequired: any; }) => JSX.Element; export default _default;