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