import { DesignContext } from '@tsdi/ioc'; /** * component register action. */ export declare const ComponentRegAction: (ctx: DesignContext, next: () => void) => void;