import type { GenericThemeShape } from "@twilio-paste/theme"; import type { PasteCustomCSS } from "./PasteCSS"; export interface CreateCustomTheme { baseTheme: Partial; customBreakpoints?: string[]; elements?: { [key: string]: PasteCustomCSS; }; overrides: Partial; } //# sourceMappingURL=CreateCustomTheme.d.ts.map