/// import type { PropsType } from '../common/types'; export default function Line(props: PropsType<'line'>): JSX.Element;