import type { IgcDockManagerResourceStrings } from '../components/dockmanager/dockmanager.interfaces.js'; /** * Adds custom resource strings for a specified language. * @param language The name of the language that should match the `lang` attribute of the page. * @param resourceStrings The resource strings to be added. * @deprecated * This method is deprecated. Please register via `registerI18n`of the `igniteui-i18n-core` package. */ export declare function addResourceStrings(language: string, resourceStrings: IgcDockManagerResourceStrings): void; export declare function convertToIgcResource>(inObject: T): any; export declare function convertToCoreResource>(inObject: T): any;