import { type ElementType } from 'react'; import { type SpiritStackProps } from '../../types'; declare const Stack: { (props: SpiritStackProps): JSX.Element; spiritComponent: string; }; export default Stack;