import { TextProps } from 'ink';
import { FC } from 'react';
export declare const HangingIndent: FC<{
    indent?: number;
} & TextProps>;
//# sourceMappingURL=hanging-indent.d.ts.map