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