import type { Colors, ElProps } from '..'; export interface DotProps extends Partial { color?: Colors; animated?: boolean; indicator?: boolean; }