export declare const pagination_base_css: import("@emotion/react").SerializedStyles; export declare const pagination_item_css: import("@emotion/react").SerializedStyles; export declare const pagination_button_css: import("@emotion/react").SerializedStyles; export declare const pagination_button_default_style: { color: string; '&:hover': { backgroundColor: string; color: string; }; '&:active': { backgroundColor: string; color: string; }; }; export declare const pagination_button_disabled_style: { color: string; '&:hover, &:active': { backgroundColor: string; color: string; }; }; export declare const pagination_button_selected_style: { backgroundColor: string; color: string; '&:hover, &:active': { backgroundColor: string; color: string; }; }; export declare const pagination_button_selected_disabled_style: { backgroundColor: string; color: string; '&:hover, &:active': { backgroundColor: string; color: string; }; };