/// export interface HelloProps { compiler: string; framework: string; } export declare const Hello: (props: HelloProps) => JSX.Element; //# sourceMappingURL=Hello.d.ts.map