import { CourierInboxTheme } from '../types/courier-inbox-theme';
export declare class CourierInboxPaginationListItem extends HTMLElement {
    private skeletonLoadingList?;
    private observer;
    private customItem?;
    private onPaginationTrigger;
    constructor(props: {
        theme: CourierInboxTheme;
        customItem?: HTMLElement;
        onPaginationTrigger: () => void;
    });
    private getStyles;
    disconnectedCallback(): void;
}
