import type { ExtractPropTypes } from 'vue'
export declare const indexAnchorProps: {
  index: {
    type: (NumberConstructor | StringConstructor)[]
    required: true
  }
  customStyle: {
    type: import('vue').PropType<string>
    default: string
  }
  customClass: {
    type: import('vue').PropType<string>
    default: string
  }
}
export type IndexAnchorProps = ExtractPropTypes<typeof indexAnchorProps>
