import { StackProps } from "@re-flex/styled/Stack"; import React from "react"; declare const Stack: React.FC; export default Stack;