import type { StackZIndexProp } from './types'; export declare const useStackedZIndex: (props: { zIndex?: number; stackZIndex?: StackZIndexProp; }) => number; //# sourceMappingURL=useStackedZIndex.d.ts.map