/**
 * @description
 * Use this helper to parse the generated UI key back into its original components.
 */
export declare const parseUiKey: (key: string) => unknown[];
