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