import { CustomElements, PaginationProps, PaginationState } from './types'; export declare const useCustomElements: (props: PaginationProps, state: PaginationState) => CustomElements;