import type { CSSProperties } from 'react'; import type { BottomSheetSnapPoint, BottomSheetSnapPoints } from '../BottomSheet.types'; export declare const getPanelZIndex: (zIndex: CSSProperties["zIndex"]) => number | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | undefined; export declare const applyHeight: (element: HTMLElement, heightPx: number) => void; export declare const applyActiveSnapHeight: (element: HTMLElement, snapPoints: BottomSheetSnapPoints, preferred?: BottomSheetSnapPoint) => string; //# sourceMappingURL=index.d.ts.map