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