import { ContextualFloatingButtonVariantProps } from '@seed-design/css/recipes/contextual-floating-button'; import { PrimitiveProps } from '@seed-design/react-primitive'; import { UsePendingButtonProps } from '../LoadingIndicator/usePendingButton'; import * as React from "react"; export interface ContextualFloatingButtonProps extends ContextualFloatingButtonVariantProps, UsePendingButtonProps, PrimitiveProps, React.ButtonHTMLAttributes { } export declare const ContextualFloatingButton: React.ForwardRefExoticComponent>; //# sourceMappingURL=ContextualFloatingButton.d.ts.map