import XLineTypes from './XLine.types'; declare const XLine: (props: XLineTypes) => import("react/jsx-runtime").JSX.Element; export default XLine;