export declare const paginationTokens: {
    calcitePaginationColor: string;
    calcitePaginationColorHover: string;
    calcitePaginationColorBorderHover: string;
    calcitePaginationColorBorderActive: string;
    calcitePaginationBackgroundColor: string;
    calcitePaginationIconColorBackgroundHover: string;
};
export declare const pagination: string;
