import React, { ComponentPropsWithoutRef } from "react"; import { SlotProps } from "../Slot"; export type UnstyledButtonProps = Omit & SlotProps<"button">, "content">; export declare const UnstyledButton: React.ForwardRefExoticComponent>; //# sourceMappingURL=UnstyledButton.d.ts.map