import { JSX } from 'solid-js'; export declare function Badge(props: { children: JSX.Element; }): JSX.Element; //# sourceMappingURL=badge.d.ts.map