/** * Initializes, preloads and caches fonts and assets for the component library. * This hook is required for fonts and icons to function properly. * @returns A tuple array of the loading state in addition to any potential errors caught during asset initialization. */ export declare const useEDS: () => [boolean, Error | null];