/** * Studio Theme * * Google AI Studio-inspired flat design theme. * Minimal shadows, monochromatic base with vibrant accents, * clean lines, and a focus on content clarity. */ import type { Theme } from '../types.js'; /** * Studio theme definition */ export declare const studioTheme: Theme; export default studioTheme; //# sourceMappingURL=index.d.ts.map