import type { ButtonProps } from "../../Button";
export type BottomGradientButtonProps = ButtonProps;
