import React from "react";
interface IProps {
}
declare const FillLine: React.FC<IProps>;
export default FillLine;
