import { VariantProps, TVReturnType } from 'tailwind-variants'; import { TVConfig } from 'tailwind-variants/dist/config'; declare const paginationTheme: TVReturnType<{ variant: { bordered: { item: string[]; }; light: { item: string; }; flat: {}; faded: { item: string[]; }; }; color: { default: { cursor: string; }; primary: { cursor: string; }; secondary: { cursor: string; }; success: { cursor: string; }; warning: { cursor: string; }; danger: { cursor: string; }; }; size: { sm: {}; md: {}; lg: {}; }; radius: { none: {}; sm: {}; md: {}; lg: {}; full: {}; }; isCompact: { true: { wrapper: string; item: string[]; prev: string; next: string; }; }; isDisabled: { true: { base: string; }; }; showShadow: { true: {}; }; disableCursorAnimation: { true: { cursor: string; }; }; disableAnimation: { true: { item: string; cursor: string; }; false: { item: string[]; cursor: string[]; }; }; }, { base: string[]; wrapper: string[]; item: string[]; prev: string; next: string; cursor: string[]; forwardIcon: string; ellipsis: string; chevronNext: string; }, undefined, TVConfig<{ variant: { bordered: { item: string[]; }; light: { item: string; }; flat: {}; faded: { item: string[]; }; }; color: { default: { cursor: string; }; primary: { cursor: string; }; secondary: { cursor: string; }; success: { cursor: string; }; warning: { cursor: string; }; danger: { cursor: string; }; }; size: { sm: {}; md: {}; lg: {}; }; radius: { none: {}; sm: {}; md: {}; lg: {}; full: {}; }; isCompact: { true: { wrapper: string; item: string[]; prev: string; next: string; }; }; isDisabled: { true: { base: string; }; }; showShadow: { true: {}; }; disableCursorAnimation: { true: { cursor: string; }; }; disableAnimation: { true: { item: string; cursor: string; }; false: { item: string[]; cursor: string[]; }; }; }, { variant: { bordered: { item: string[]; }; light: { item: string; }; flat: {}; faded: { item: string[]; }; }; color: { default: { cursor: string; }; primary: { cursor: string; }; secondary: { cursor: string; }; success: { cursor: string; }; warning: { cursor: string; }; danger: { cursor: string; }; }; size: { sm: {}; md: {}; lg: {}; }; radius: { none: {}; sm: {}; md: {}; lg: {}; full: {}; }; isCompact: { true: { wrapper: string; item: string[]; prev: string; next: string; }; }; isDisabled: { true: { base: string; }; }; showShadow: { true: {}; }; disableCursorAnimation: { true: { cursor: string; }; }; disableAnimation: { true: { item: string; cursor: string; }; false: { item: string[]; cursor: string[]; }; }; }>, { variant: { bordered: { item: string[]; }; light: { item: string; }; flat: {}; faded: { item: string[]; }; }; color: { default: { cursor: string; }; primary: { cursor: string; }; secondary: { cursor: string; }; success: { cursor: string; }; warning: { cursor: string; }; danger: { cursor: string; }; }; size: { sm: {}; md: {}; lg: {}; }; radius: { none: {}; sm: {}; md: {}; lg: {}; full: {}; }; isCompact: { true: { wrapper: string; item: string[]; prev: string; next: string; }; }; isDisabled: { true: { base: string; }; }; showShadow: { true: {}; }; disableCursorAnimation: { true: { cursor: string; }; }; disableAnimation: { true: { item: string; cursor: string; }; false: { item: string[]; cursor: string[]; }; }; }, { base: string[]; wrapper: string[]; item: string[]; prev: string; next: string; cursor: string[]; forwardIcon: string; ellipsis: string; chevronNext: string; }, TVReturnType<{ variant: { bordered: { item: string[]; }; light: { item: string; }; flat: {}; faded: { item: string[]; }; }; color: { default: { cursor: string; }; primary: { cursor: string; }; secondary: { cursor: string; }; success: { cursor: string; }; warning: { cursor: string; }; danger: { cursor: string; }; }; size: { sm: {}; md: {}; lg: {}; }; radius: { none: {}; sm: {}; md: {}; lg: {}; full: {}; }; isCompact: { true: { wrapper: string; item: string[]; prev: string; next: string; }; }; isDisabled: { true: { base: string; }; }; showShadow: { true: {}; }; disableCursorAnimation: { true: { cursor: string; }; }; disableAnimation: { true: { item: string; cursor: string; }; false: { item: string[]; cursor: string[]; }; }; }, { base: string[]; wrapper: string[]; item: string[]; prev: string; next: string; cursor: string[]; forwardIcon: string; ellipsis: string; chevronNext: string; }, undefined, TVConfig<{ variant: { bordered: { item: string[]; }; light: { item: string; }; flat: {}; faded: { item: string[]; }; }; color: { default: { cursor: string; }; primary: { cursor: string; }; secondary: { cursor: string; }; success: { cursor: string; }; warning: { cursor: string; }; danger: { cursor: string; }; }; size: { sm: {}; md: {}; lg: {}; }; radius: { none: {}; sm: {}; md: {}; lg: {}; full: {}; }; isCompact: { true: { wrapper: string; item: string[]; prev: string; next: string; }; }; isDisabled: { true: { base: string; }; }; showShadow: { true: {}; }; disableCursorAnimation: { true: { cursor: string; }; }; disableAnimation: { true: { item: string; cursor: string; }; false: { item: string[]; cursor: string[]; }; }; }, { variant: { bordered: { item: string[]; }; light: { item: string; }; flat: {}; faded: { item: string[]; }; }; color: { default: { cursor: string; }; primary: { cursor: string; }; secondary: { cursor: string; }; success: { cursor: string; }; warning: { cursor: string; }; danger: { cursor: string; }; }; size: { sm: {}; md: {}; lg: {}; }; radius: { none: {}; sm: {}; md: {}; lg: {}; full: {}; }; isCompact: { true: { wrapper: string; item: string[]; prev: string; next: string; }; }; isDisabled: { true: { base: string; }; }; showShadow: { true: {}; }; disableCursorAnimation: { true: { cursor: string; }; }; disableAnimation: { true: { item: string; cursor: string; }; false: { item: string[]; cursor: string[]; }; }; }>, unknown, unknown, undefined>>; export type PaginationVariantProps = VariantProps; export type PaginationSlots = keyof ReturnType; export { paginationTheme };