UNPKG

839 BTypeScriptView Raw
1import { type HTMLChakraProps, type SlotRecipeProps, type UnstyledProp } from "../../styled-system";
2declare const useStatusStyles: () => Record<string, import("../..").SystemStyleObject>;
3export { useStatusStyles };
4export interface StatusRootBaseProps extends SlotRecipeProps<"status">, UnstyledProp {
5}
6export interface StatusRootProps extends HTMLChakraProps<"div", StatusRootBaseProps> {
7}
8export declare const StatusRoot: import("react").ForwardRefExoticComponent<StatusRootProps & import("react").RefAttributes<HTMLDivElement>>;
9export declare const StatusPropsProvider: React.Provider<StatusRootBaseProps>;
10export interface StatusIndicatorProps extends HTMLChakraProps<"div"> {
11}
12export declare const StatusIndicator: import("react").ForwardRefExoticComponent<StatusIndicatorProps & import("react").RefAttributes<HTMLDivElement>>;