/** Used mostly to trigger css transition after DOM append */ declare const reflow: (node?: HTMLElement | null) => number; export default reflow; //# sourceMappingURL=reflow.d.ts.map