import Stack, { StackProps as TStackProps } from './Stack'; export type StackProps = TStackProps; export default Stack;