/** * StateIndicator Component * * A component that visually indicates the current state of a UI element. */ import React from "react"; import { StateIndicatorProps } from "./types"; /** * StateIndicator Component * * A component that visually indicates the current state of a UI element. */ declare const StateIndicator: React.ForwardRefExoticComponent>; export default StateIndicator; //# sourceMappingURL=StateIndicator.d.ts.map