declare const CLASS_PREFIX = "md-button-group";
declare const DEFAULTS: {
    ROUND: boolean;
    SPACED: boolean;
    COMPRESSED: boolean;
    SEPARATOR: boolean;
    ORIENTATION: string;
};
declare const STYLE: {
    wrapper: string;
    separator: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
