import { ComponentInterface } from '../../stencil-public-runtime';
export declare class CustomWrapper implements ComponentInterface {
  render(): any;
}
