import { ComponentInterface } from "../../stencil-public-runtime"; export declare class DuetVisuallyHidden implements ComponentInterface { element: HTMLElement; /** * render() function * Always the last one in the class. */ render(): any; }