import { CourierBaseElement } from '@trycourier/courier-ui-core';
import { CourierInboxTheme } from '../types/courier-inbox-theme';
export declare class CourierInboxSkeletonListItem extends CourierBaseElement {
    static get id(): string;
    private _theme;
    private _style?;
    constructor(theme: CourierInboxTheme);
    onComponentMounted(): void;
    onComponentUnmounted(): void;
    private render;
    static getStyles(_theme: CourierInboxTheme): string;
}
