export declare class AdCustom {
  componentDidLoad(): void;
  render(): any;
}
