import { BackBottomProps } from "./type.mjs";
import BackBottom from "./BackBottom.mjs";
export { type BackBottomProps, BackBottom as default };