import { FormGrid } from '@formily/antd'; import type React from 'react'; export declare const useCollapseGrid: (conf?: React.ComponentProps) => { grid: import("@formily/grid").Grid; expanded: boolean | undefined; toggle: () => void; };