import type { ButtonRootProps } from "../types.js";
declare const Button: import("svelte").Component<ButtonRootProps, {}, "ref">;
type Button = ReturnType<typeof Button>;
export default Button;
