import * as i0 from "@angular/core";
export declare class PaginationOverflowDirective {
    /**
     * Provides custom class&#40;es&#41; for custom styling.
     * @default .v-pagination-overflow
     */
    class: string;
    get hostClasses(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<PaginationOverflowDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<PaginationOverflowDirective, "[v-pagination-overflow]", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, never, true, never>;
}
