export declare class GeniePDF {
  componentWillLoad(): void;
  componentDidLoad(): Promise<void>;
  pdfPath: '../../static/helloworld.pdf';
  render(): any;
}
