import * as React from "react";
import type { Props } from "./types";
declare const Inline: ({ as: Component, mediumMobile, largeMobile, className, tablet, desktop, largeDesktop, align, justify, spacing, children, dataTest, id, }: Props) => React.JSX.Element;
export default Inline;
//# sourceMappingURL=index.d.ts.map