/// import { StackProps } from "./types"; declare function Stack({ as, style, className, css, children, direction, spacing, align, justify, wrap, shouldFitContainer, ...restProps }: StackProps): JSX.Element; export default Stack; //# sourceMappingURL=index.d.ts.map