import { StatusIndicatorProps } from './interfaces'; export { StatusIndicatorProps }; export default function StatusIndicator({ type, wrapText, ...props }: StatusIndicatorProps): JSX.Element;