import { JSX, ParentProps } from'solid-js';
/**
* Stack in vertical direction
* Add a stack-split-child from 'stack.module.css' to the children to separate into top and bottom'
*/exportdeclareconstStack: (props: JSX.HTMLAttributes<HTMLDivElement> & ParentProps) =>JSX.Element;