import { PragmasSeletor } from "../seletores";
export declare class SeletorEstruturasHtml {
    constructor(nomeCss: string, pragmas?: PragmasSeletor);
}
