import { IgcHTMLElement } from './igc-html-element';
export declare class IgcChildContentComponent extends IgcHTMLElement {
constructor();
private _display;
private _flexDirection;
private _alignItems;
get display(): string;
set display(value: string);
get flexDirection(): string;
set flexDirection(value: string);
get alignItems(): string;
set alignItems(value: string);
onChildrenChanged(children: any[]): void;
connectedCallback(): void;
private _attached;
attachedCallback(): void;
static htmlTagName: string;
protected static _registered: boolean;
static register(): void;
}