import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function InlineIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { InlineIcon, InlineIcon as default };
//# sourceMappingURL=Inline.d.ts.map