import { type GradientButtonProps as Props } from '.';
declare const GradientButton: import("svelte").Component<Props, {}, "">;
type GradientButton = ReturnType<typeof GradientButton>;
export default GradientButton;
