import * as i0 from '@angular/core'; type MxHyperlinkSize = 'small' | 'medium' | 'large' | 'other'; declare class MxHyperlinkDirective { size: MxHyperlinkSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export { MxHyperlinkDirective }; export type { MxHyperlinkSize };