import { ElementCallback } from "../interfaces/Element";
declare const makeStyle: (callback: ElementCallback) => void;
export default makeStyle;
