import React, { HTMLAttributes } from "react";
type InteractionContainerProps = HTMLAttributes<HTMLDivElement> & {
    disabled?: boolean;
    loading?: boolean;
    overlayClassname?: string;
};
declare const _default: React.NamedExoticComponent<InteractionContainerProps>;
export default _default;
//# sourceMappingURL=interaction-container.d.ts.map