/// <reference types="react" />
import type { Props } from "./types";
declare const Stack: (props: Props) => JSX.Element;
export default Stack;
