import type { ButtonHTMLAttributes } from 'react'; declare const Button: import("react").ForwardRefExoticComponent<{ asChild?: boolean; } & ButtonHTMLAttributes & { variant?: "outline" | "primary" | undefined; size?: "md" | "lg" | undefined; } & import("react").RefAttributes>; export { Button }; //# sourceMappingURL=Button.d.ts.map