declare type Configuration = { isShiftDown: boolean; }; declare const _default: (configuration: Configuration) => string; export default _default;