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' */ export declare const Stack: (props: JSX.HTMLAttributes & ParentProps) => JSX.Element;