import { type BoxProps } from "@loke/design-system/box"; type StackProps = Omit; declare const Stack: ({ gap, ...props }: StackProps) => import("react/jsx-runtime").JSX.Element; export { Stack }; export type { StackProps };