/// <reference types="react" />
declare const StackSimple: (props: any, ref: any) => JSX.Element;
export default StackSimple;
