declare const CLASS_PREFIX = "md-button-pill";
declare const DEFAULTS: {
    readonly COLOR: "primary";
    readonly DISABLED_OUTLINE: false;
    readonly SHALLOW_DISABLED: false;
    readonly GHOST: false;
    readonly GROWN: false;
    readonly OUTLINE: false;
    readonly SIZE: 40;
    readonly STOP_PROPAGATION: true;
};
declare const COLORS: {
    JOIN: string;
    CANCEL: string;
    MESSAGE: string;
};
declare const SIZES: {
    40: number;
    32: number;
    28: number;
    24: number;
};
declare const STYLE: {
    wrapper: string;
};
export { CLASS_PREFIX, COLORS, DEFAULTS, SIZES, STYLE };
