import { type ReactNode } from "react"; import { type IAlignPoint } from "@gooddata/sdk-ui-kit"; export interface IBubbleMessageOwnProps { showDisabledMessage: boolean; alignPoints?: IAlignPoint[]; messageId?: string; className?: string; children?: ReactNode; } export type IBubbleMessageProps = IBubbleMessageOwnProps; export declare const DisabledBubbleMessage: import("react").NamedExoticComponent; //# sourceMappingURL=DisabledBubbleMessage.d.ts.map