type $$ComponentProps = { text: string; width?: number; style?: string; }; declare const TextLine: import("svelte").Component<$$ComponentProps, {}, "">; type TextLine = ReturnType; export default TextLine;