import React from 'react'; import { BaseProps } from '../Common'; export declare type StackProps = BaseProps; export declare const Stack: React.FC;