export interface StatusDotProps { /** Dot color from theme */ color?: string | 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'error'; /** Disable animation status or not */ motion?: boolean; /** Disable shadow or not */ shadow?: boolean; /** className of label */ labelClassName?: string; } export declare const StatusDot: import("../utils/types").ComponentWithAs<"div", StatusDotProps>; //# sourceMappingURL=StatusDot.d.ts.map