import { Valor } from "../../valor"; export declare abstract class MetodoCss extends Valor { traducao: string; abstract paraTexto(): string; }