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