/**
 *
 * The lifeCycly hook for the Component
 */
declare function PostConstruct(): MethodDecorator;

export { PostConstruct };
