import type { ComponentProps } from "react"; import { Button as ProviderButton } from "#geistdocs-ui/components/button"; export type * from "#geistdocs-ui/components/button"; export declare const Button: ({ Component, href, ...props }: ComponentProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=button.d.ts.map