import { ReactElement } from 'react'; import { Text } from '../text'; /** Props for {@link Status}. */ export interface StatusProps extends Text.TextProps { } /** Shows the keys held right now. It is a debugging aid, not a product surface. */ export declare const Status: (props: StatusProps) => ReactElement; //# sourceMappingURL=Status.d.ts.map