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