declare const CLASS_PREFIX = "md-add-reaction-button";
declare const DEFAULTS: {
    SIZE: number;
};
declare const STYLE: {
    wrapper: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
