import { ReactNode } from 'react'; import { JState } from '../../theme/JarvisTokens'; export interface JStatusPillProps { state?: JState; blink?: boolean; children?: ReactNode; } export declare function JStatusPill({ state, blink, children }: JStatusPillProps): import("react").JSX.Element; //# sourceMappingURL=JStatusPill.d.ts.map