import { Component } from "untrue"; import { Style } from "../StyleSheet/StyleSheet"; import { ViewProps } from "./View"; export declare class BaseView extends Component { style(style: Style): void; removeStyle(key?: K | K[] | null): void; }