/** * diwa-icon — Public TypeScript interfaces * ========================================= */ /** * Per-component theme override. * Mirrors the `theme` prop on every PDS/Diwa component. */ export type { Theme } from '../../utils/styles'; //# sourceMappingURL=types.d.ts.map