import {
	type ButtonRootCommonProps,
	type ButtonRootOptions,
	type ButtonRootProps,
	type ButtonRootRenderProps,
	ButtonRoot as Root,
} from "./button-root";

export type {
	ButtonRootOptions,
	ButtonRootCommonProps,
	ButtonRootRenderProps,
	ButtonRootProps,
};
export { Root };

export const Button = Root;
