import React from "react";
export interface Ui89IndentProps {
    gap?: number;
    children?: React.ReactNode;
}
export declare function Ui89Indent(props: Ui89IndentProps): React.JSX.Element;
