export declare const ViewApplyFormAddBlock: ({ value, onChange }: {
    value: any;
    onChange: any;
}) => import("react/jsx-runtime").JSX.Element;
