import { PropsWithChildren } from "react"; import { StackProps } from "./types"; export declare function Stack(props: PropsWithChildren): JSX.Element; //# sourceMappingURL=index.d.ts.map