import { FunctionComponent } from "react"; import { StackProps } from './StackProps'; declare const Stack: FunctionComponent; export default Stack;