import { DistributiveOmit } from '../../utils/styled'; import { BoxProps } from '../Box/Box'; import * as React from "react"; /** * @deprecated Use `HStack` instead. */ export type InlineProps = DistributiveOmit; /** * @deprecated Use `HStack` instead. */ export declare const Inline: React.ForwardRefExoticComponent>; //# sourceMappingURL=Inline.d.ts.map