declare function _exports(attr: string, tag: string): {
    start: number;
    end: number;
} | null;
export = _exports;
