import { default as React } from 'react'; import { AlertBadge as PrimitiveAlertBadge } from '../badge'; export type AvailabilityProps = Partial> & { statusText: string; }; /** The stock status for the product */ export declare const Availability: React.ForwardRefExoticComponent, "ref">> & { statusText: string; } & React.RefAttributes>;