export type InlineButtonProps = React.ComponentProps<"button">; export declare function InlineButton({ className, children, ref, ...props }: InlineButtonProps): import("react").JSX.Element; export declare namespace InlineButton { var displayName: string; } //# sourceMappingURL=InlineButton.d.ts.map