import { default as PaginationSmall } from './pagination-small.vue'; export interface PaginationSmallProps { modelValue?: number; id: string; disabled?: boolean; maxPage: number; label?: string; dataTest?: string; displayResults?: boolean; } export type PaginationInstance = InstanceType;