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