export default Dots; declare function Dots(_: any, { attrs }: { attrs: any; }): import("vue").VNode<any, any, { [key: string]: any; }>; declare namespace Dots { const inheritAttrs: boolean; }