export declare function useFormBlockProps(): {
    form: import("@tachybase/schema").Form<any>;
};
