import CSSRender from "./css-render";
import TargetsDetection from "./targets-detection";
declare const plugins: {
    CSSRender: typeof CSSRender;
    TargetsDetection: typeof TargetsDetection;
};
export { CSSRender };
export { TargetsDetection };
export default plugins;
//# sourceMappingURL=index.d.ts.map