import * as i0 from "@angular/core";
/**
 * A versatile component designed to display a placeholder with optional text, images, and actions.
 */
export declare class PlaceholderComponent {
    /** The primary text, usually a title or a header, for the placeholder. */
    header?: string;
    /** Additional descriptive text to provide more details or context. */
    description?: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PlaceholderComponent, "tgui-placeholder", never, { "header": { "alias": "header"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, never, ["*", "[image]", "[action]"], true, never>;
}
