import React from "react";
interface IProps {
    className?: string;
    style?: any;
    minSpace?: number;
}
declare const SplitLine: React.FC<IProps>;
export default SplitLine;
