import type { CollapsibleProps } from './Collapsible'; export type UseCollapsibleDirectionReturn = ReturnType; export declare const useCollapsibleDirection: ({ direction, maxHeight, maxWidth, contentWidth, contentHeight, }: Pick & { contentWidth: number; contentHeight: number; }) => { shouldEnableScroll: boolean; animateTo: number; animateProperty: string; horizontal: boolean; }; //# sourceMappingURL=useCollapsibleDirection.d.ts.map