import { IStackProps } from "./IStackProps"; import React from "react"; /** * Stack component provides a flexible layout using Flexbox. * It allows stacking child components either horizontally or vertically with predefined spacing options. */ export declare const Stack: React.FC; export default Stack; //# sourceMappingURL=Stack.d.ts.map