import { PropType } from 'vue'
import { LcbActionViewProps } from '../../lcb-action-view/types'
declare const _default: import('vue').DefineComponent<
  {
    link: {
      type: PropType<LcbActionViewProps>
    }
    searchText: {
      type: StringConstructor
      default: string
    }
    left: {
      type: BooleanConstructor
    }
    back: {
      type: BooleanConstructor
    }
  },
  {},
  unknown,
  {},
  {},
  import('vue').ComponentOptionsMixin,
  import('vue').ComponentOptionsMixin,
  {},
  string,
  import('vue').PublicProps,
  Readonly<
    import('vue').ExtractPropTypes<{
      link: {
        type: PropType<LcbActionViewProps>
      }
      searchText: {
        type: StringConstructor
        default: string
      }
      left: {
        type: BooleanConstructor
      }
      back: {
        type: BooleanConstructor
      }
    }>
  >,
  {
    left: boolean
    back: boolean
    searchText: string
  },
  {}
>
export default _default
