/// import { IViewStackItemProps } from "../../uiLayers/_types/IViewStackItemProps"; /** * Retrieves the previous item on the stack * @param data The data that's passed as props to stack items * @returns The stack item UI below this one if any */ export declare function usePreviousStackItem(data: Partial): JSX.Element | undefined; //# sourceMappingURL=usePreviousStackItem.d.ts.map