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