/**
 * Provides an unstyled button that can be styled as-needed for components
 */
export declare const Button: ({ children, className, ...rest }: React.ComponentPropsWithoutRef<"button">) => import("react").JSX.Element;
//# sourceMappingURL=ButtonReset.d.ts.map