import { LineProps } from '../../types'; export default function Line({ page, words, surahId, lineNumber }: LineProps): import("react/jsx-runtime").JSX.Element;