export declare const symbols: { success: string; failure: string; pending: string; skipped: string; cached: string; rolledBack: string; warning: string; info: string; arrow: string; brand: string; rule: string; barFull: string; barEmpty: string; barLeft: string; barRight: string; spinner: string[]; }; export declare const palette: { accent: import("./ansi.js").Styler; success: import("./ansi.js").Styler; warning: import("./ansi.js").Styler; error: import("./ansi.js").Styler; info: import("./ansi.js").Styler; muted: import("./ansi.js").Styler; faint: import("./ansi.js").Styler; bold: import("./ansi.js").Styler; dim: import("./ansi.js").Styler; }; export declare function spinnerFrame(tick: number): string; /** Total render width, clamped so wide terminals stay readable. */ export declare function frameWidth(): number; export declare function supportsAnimation(): boolean; //# sourceMappingURL=theme.d.ts.map