import type { ExtractPropTypes } from 'vue'; export declare const dotProps: { readonly type: import("element-plus/es/utils").EpPropFinalized; readonly color: StringConstructor; readonly size: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }; export type DotProps = ExtractPropTypes; export declare const dotEmits: {}; export type DotEmits = typeof dotEmits;