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