import BottomGradientButton from "./BottomGradientButton.mjs";
import { BottomGradientButtonProps } from "./type.mjs";
export { type BottomGradientButtonProps, BottomGradientButton as default };