import { PipeTransform } from '@angular/core';
import { CustomAliases } from './utils/alias';
import * as i0 from "@angular/core";
export declare class HotkeysShortcutPipe implements PipeTransform {
    private readonly symbols;
    constructor();
    transform(value: string, dotSeparator?: string, thenSeparator?: string, aliases?: CustomAliases): any;
    private getPlatformSymbols;
    static ɵfac: i0.ɵɵFactoryDeclaration<HotkeysShortcutPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<HotkeysShortcutPipe, "hotkeysShortcut", true>;
}
