import { VsButtonStyleSet } from '..'; export interface VsPaginationStyleSet { buttons?: VsButtonStyleSet; gap?: string; selectedButton?: VsButtonStyleSet; }