import * as React from "react"; import type { StackItemOwnProps, PolymorphicWithRef } from "../types"; declare type StackItemProps = PolymorphicWithRef; declare type StackItemElement = (props: StackItemProps) => React.ReactElement>; declare const StackItem: StackItemElement; export default StackItem; //# sourceMappingURL=StackItem.d.ts.map