import { type HTMLStyleProps } from '@innet/dom'; export interface NowrapProps extends HTMLStyleProps { } export declare function Nowrap(props: NowrapProps): any;