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