import React from "react";
export interface Ui89SpaceHorizontalProps {
    gap?: number;
}
export declare function Ui89SpaceHorizontal({ gap }: Ui89SpaceHorizontalProps): React.JSX.Element;
