import * as Rsg from 'react-styleguidist'; export interface CodeExample extends Omit { content: { raw: string; compiled: string; } | string; compiled?: string; }