export declare const makeLabel: (input: string, type: 'info' | 'success' | 'error' | 'warn') => string;