import { config } from "./types";
declare function common(element: HTMLElement): config;
export default common;
