import Text from './Text'; import { Style as LayoutStyle } from '../../layout'; import ContainerBase from './ContainerBase'; export default class View extends ContainerBase { static TAG: string; setLayoutStyle(style: LayoutStyle & { zIndex?: number; }): void; } //# sourceMappingURL=View.d.ts.map