export * from './built-in.module';
export * from './built-in-component';
export * from './built-in-components';
export declare const BUILT_IN_COMPONENTS: ({
    selector: string;
    component: typeof import("./label/label.component").DocgeniLabelComponent;
} | {
    selector: string;
    component: typeof import("./alert/alert.component").DocgeniAlertComponent;
})[];
//# sourceMappingURL=index.d.ts.map