/// import { IViewStackItemView } from "../../../uiLayers/_types/IViewStackItem"; import { IViewStackItemProps } from "../../../uiLayers/_types/IViewStackItemProps"; /** * Obtains the view stack item element for the given props * @param element The element or component to obtain a jsx element * @param props The props to add to the element * @returns The jsx element */ export declare function getViewStackItemElement(element: IViewStackItemView, props: IViewStackItemProps): JSX.Element; //# sourceMappingURL=getViewStackItemElement.d.ts.map