import React from 'react'; import { ComponentWithAs, OmittedIntrinsicElements, PropsWithAs, PropsWithExtend } from '../../types/shared'; export type InlineUniqueProps = PropsWithExtend<{}>; export type InlineProps = PropsWithAs; /** * @deprecated Use a `` element instead */ export declare const Inline: ComponentWithAs>;