declare const CLASS_PREFIX = "md-link";
declare const DEFAULTS: {
    DISABLED: boolean;
    INVERTED: boolean;
};
declare const STYLE: {
    text: string;
    wrapper: string;
    container: string;
    icon: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
