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