import React from "react"; import { StackProps } from "./types"; declare function Stack({ as, style, className, css, children, direction, spacing, align, justify, wrap, shouldFitContainer, ...restProps }: StackProps): React.JSX.Element; export default Stack;