import type { Colors, ElProps } from '..'; export interface StatusProps extends Partial { color?: Colors; lite?: boolean; }