export declare const useCollapseGrid: ({ maxRows, itemWidth, columnGap, maxColumns, minColumns }: { maxRows: any; itemWidth: any; columnGap: any; maxColumns: any; minColumns: any; }) => { grid: any; expanded: boolean; toggle: () => void; isLine: boolean; type: string; };