import { type ReactElement } from "react"; import { type IShareStatusProps } from "./types.js"; /** * @alpha */ export declare function ShareStatusIndicator({ shareStatus, isUnderStrictControl }: IShareStatusProps): ReactElement | null; //# sourceMappingURL=ShareStatusIndicator.d.ts.map