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