/// import { EmbedProps as Props } from "."; declare function Marvel(props: Props): JSX.Element; declare namespace Marvel { var ENABLED: RegExp[]; } export default Marvel; //# sourceMappingURL=Marvel.d.ts.map