import type { ButtonProps, GradientButtonProps } from './type';
import Button from './Button.svelte';
import GradientButton from './GradientButton.svelte';
import { button, gradientButton } from './theme';
export { Button, GradientButton, gradientButton, button, type ButtonProps, type GradientButtonProps };
