export declare function createMessage(format: (...strArgs: any[]) => string, ...args: any[]): string; export declare const ERROR_MESSAGE_NAME_EMPTY: () => string; export declare const FORM_VALIDATION_INVALID_EMAIL: () => string; export declare const INVITE_USERS_VALIDATION_EMAIL_LIST: () => string; export declare const REMOVE: () => string; export declare const DISPLAY_IMAGE_UPLOAD_LABEL: () => string; export declare const ADD_REACTION: () => string; export declare const EMOJI: () => string; export declare const NEXT: () => string; export declare const BACK: () => string; export declare const SKIP: () => string; export declare const LEARN_MORE: () => string; export declare const SNIPPET_TOOLTIP: () => string; export declare const ERROR_EMPTY_APPLICATION_NAME: () => string; export declare const ERROR_FILE_TOO_LARGE: (fileSize: string) => string; export declare const REMOVE_FILE_TOOL_TIP: () => string;