export declare class MyComponent { /** * The first name */ first: string; render(): any; }