import type { CFontProps } from 'ink-big-text'; export declare function renderInkLogo(text: string, palette: string[], options?: { font?: CFontProps['font']; letterSpacing?: number; }): Promise; //# sourceMappingURL=InkRenderer.d.ts.map