export declare const STATUS_DOT_TYPES: readonly ["disabled", "default", "success", "warning", "archive", "error"]; export type StatusDotTypes = (typeof STATUS_DOT_TYPES)[number];