export default function useContentHeight(headerSelector: string, footerSelector: string, disableBodyScroll?: boolean): { headerHeight: number; footerHeight: number; contentHeightStyle: { [x: string]: string; }; panelHeightStyle: { height: string; }; }; //# sourceMappingURL=use-content-height.d.ts.map