import { DefineComponent } from "vue";
export const FeatherRipple: DefineComponent<
  typeof import("./components/FeatherRipple.vue").props
>;
